Array
(
[0] => Array
(
)
)
)
Array
(
[0] => Array
(
)
)
)
Array
(
[0] => SELECT
a.attnum,
n.nspname,
c.relname,
a.attname AS colname,
t.typname AS type,
a.atttypmod,
FORMAT_TYPE(a.atttypid, a.atttypmod) AS complete_type,
d.adsrc AS default_value,
a.attnotnull AS notnull,
a.attlen AS length,
co.contype,
ARRAY_TO_STRING(co.conkey, ',') AS conkey
FROM pg_attribute AS a
JOIN pg_class AS c ON a.attrelid = c.oid
JOIN pg_namespace AS n ON c.relnamespace = n.oid
JOIN pg_type AS t ON a.atttypid = t.oid
LEFT OUTER JOIN pg_constraint AS co ON (co.conrelid = c.oid
AND a.attnum = ANY(co.conkey) AND co.contype = 'p')
LEFT OUTER JOIN pg_attrdef AS d ON d.adrelid = c.oid AND d.adnum = a.attnum
WHERE a.attnum > 0 AND c.relname = 'lang' ORDER BY a.attnum
[1] => Array
(
)
)
)
Array
(
[0] => SELECT
a.attnum,
n.nspname,
c.relname,
a.attname AS colname,
t.typname AS type,
a.atttypmod,
FORMAT_TYPE(a.atttypid, a.atttypmod) AS complete_type,
d.adsrc AS default_value,
a.attnotnull AS notnull,
a.attlen AS length,
co.contype,
ARRAY_TO_STRING(co.conkey, ',') AS conkey
FROM pg_attribute AS a
JOIN pg_class AS c ON a.attrelid = c.oid
JOIN pg_namespace AS n ON c.relnamespace = n.oid
JOIN pg_type AS t ON a.atttypid = t.oid
LEFT OUTER JOIN pg_constraint AS co ON (co.conrelid = c.oid
AND a.attnum = ANY(co.conkey) AND co.contype = 'p')
LEFT OUTER JOIN pg_attrdef AS d ON d.adrelid = c.oid AND d.adnum = a.attnum
WHERE a.attnum > 0 AND c.relname = 'lang' ORDER BY a.attnum
)
)
Array
(
[0] => lang
[1] =>
)
)
Array
(
)
)
Array
(
)
)
Array
(
)
)
Array
(
)
)
Array
(
[0] => Lang Object
(
[_name:protected] => lang
[_primary:protected] => Array
(
[1] => lang_id
)
[_cache:protected] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /tmp/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 3
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[b615fcf0955ca471be37e8c2a5e2454f] => Array
(
[hash] => 2287889097
[mtime] => 1731353030
[expire] => 1731360230
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 7200
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 7200
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:Zend_Cache_Core:private] => 5af5e974ffebecfe4ae307a95a89d4e2
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
[_firebug:protected] => Zend_Log Object
(
[_priorities:protected] => Array
(
[0] => EMERG
[1] => ALERT
[2] => CRIT
[3] => ERR
[4] => WARN
[5] => NOTICE
[6] => INFO
[7] => DEBUG
)
[_writers:protected] => Array
(
[0] => Zend_Log_Writer_Firebug Object
(
[_priorityStyles:protected] => Array
(
[0] => ERROR
[1] => ERROR
[2] => ERROR
[3] => ERROR
[4] => WARN
[5] => INFO
[6] => INFO
[7] => LOG
)
[_defaultPriorityStyle:protected] => LOG
[_enabled:protected] => 1
[_filters:protected] => Array
(
)
[_formatter:protected] => Zend_Log_Formatter_Firebug Object
(
)
)
)
[_filters:protected] => Array
(
)
[_extras:protected] => Array
(
)
[_defaultWriterNamespace:protected] => Zend_Log_Writer
[_defaultFilterNamespace:protected] => Zend_Log_Filter
[_defaultFormatterNamespace:protected] => Zend_Log_Formatter
[_origErrorHandler:protected] =>
[_registeredErrorHandler:protected] =>
[_errorHandlerMap:protected] =>
[_timestampFormat:protected] => c
)
[_definition:protected] =>
[_definitionConfigName:protected] =>
[_db:protected] => Zend_Db_Adapter_Pdo_Pgsql Object
(
[_pdoType:protected] => pgsql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INTEGER] => 0
[SERIAL] => 0
[SMALLINT] => 0
[BIGINT] => 1
[BIGSERIAL] => 1
[DECIMAL] => 2
[DOUBLE PRECISION] => 2
[NUMERIC] => 2
[REAL] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[host] => localhost
[username] => 07142698_0000019
[password] => Y6oh&az9#WUl
[dbname] => 07142698_0000019
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
[fetchMode] => 2
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler Object
(
[_queryProfiles:protected] => Array
(
)
[_enabled:protected] =>
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_schema:protected] =>
[_cols:protected] =>
[_identity:protected] => 1
[_sequence:protected] => 1
[_metadata:protected] => Array
(
)
[_metadataCache:protected] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /tmp/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 3
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[b615fcf0955ca471be37e8c2a5e2454f] => Array
(
[hash] => 2287889097
[mtime] => 1731353030
[expire] => 1731360230
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 7200
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 7200
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:Zend_Cache_Core:private] => 5af5e974ffebecfe4ae307a95a89d4e2
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
[_metadataCacheInClass:protected] => 1
[_rowClass:protected] => Builder_Db_Table_Row
[_rowsetClass:protected] => Builder_Db_Table_Rowset
[_referenceMap:protected] => Array
(
)
[_dependentTables:protected] => Array
(
)
[_defaultSource:protected] => defaultNone
[_defaultValues:protected] => Array
(
)
)
)
)
Array
(
[0] => Lang Object
(
[_name:protected] => lang
[_primary:protected] => Array
(
[1] => lang_id
)
[_cache:protected] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /tmp/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 3
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[b615fcf0955ca471be37e8c2a5e2454f] => Array
(
[hash] => 2287889097
[mtime] => 1731353030
[expire] => 1731360230
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 7200
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 7200
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:Zend_Cache_Core:private] => 5af5e974ffebecfe4ae307a95a89d4e2
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
[_firebug:protected] => Zend_Log Object
(
[_priorities:protected] => Array
(
[0] => EMERG
[1] => ALERT
[2] => CRIT
[3] => ERR
[4] => WARN
[5] => NOTICE
[6] => INFO
[7] => DEBUG
)
[_writers:protected] => Array
(
[0] => Zend_Log_Writer_Firebug Object
(
[_priorityStyles:protected] => Array
(
[0] => ERROR
[1] => ERROR
[2] => ERROR
[3] => ERROR
[4] => WARN
[5] => INFO
[6] => INFO
[7] => LOG
)
[_defaultPriorityStyle:protected] => LOG
[_enabled:protected] => 1
[_filters:protected] => Array
(
)
[_formatter:protected] => Zend_Log_Formatter_Firebug Object
(
)
)
)
[_filters:protected] => Array
(
)
[_extras:protected] => Array
(
)
[_defaultWriterNamespace:protected] => Zend_Log_Writer
[_defaultFilterNamespace:protected] => Zend_Log_Filter
[_defaultFormatterNamespace:protected] => Zend_Log_Formatter
[_origErrorHandler:protected] =>
[_registeredErrorHandler:protected] =>
[_errorHandlerMap:protected] =>
[_timestampFormat:protected] => c
)
[_definition:protected] =>
[_definitionConfigName:protected] =>
[_db:protected] => Zend_Db_Adapter_Pdo_Pgsql Object
(
[_pdoType:protected] => pgsql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INTEGER] => 0
[SERIAL] => 0
[SMALLINT] => 0
[BIGINT] => 1
[BIGSERIAL] => 1
[DECIMAL] => 2
[DOUBLE PRECISION] => 2
[NUMERIC] => 2
[REAL] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[host] => localhost
[username] => 07142698_0000019
[password] => Y6oh&az9#WUl
[dbname] => 07142698_0000019
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
[fetchMode] => 2
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler Object
(
[_queryProfiles:protected] => Array
(
)
[_enabled:protected] =>
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_schema:protected] =>
[_cols:protected] =>
[_identity:protected] => 1
[_sequence:protected] => 1
[_metadata:protected] => Array
(
)
[_metadataCache:protected] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /tmp/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 3
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[b615fcf0955ca471be37e8c2a5e2454f] => Array
(
[hash] => 2287889097
[mtime] => 1731353030
[expire] => 1731360230
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 7200
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 7200
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:Zend_Cache_Core:private] => 5af5e974ffebecfe4ae307a95a89d4e2
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
[_metadataCacheInClass:protected] => 1
[_rowClass:protected] => Builder_Db_Table_Row
[_rowsetClass:protected] => Builder_Db_Table_Rowset
[_referenceMap:protected] => Array
(
)
[_dependentTables:protected] => Array
(
)
[_defaultSource:protected] => defaultNone
[_defaultValues:protected] => Array
(
)
)
)
)
Array
(
)
)
Array
(
)
)
Array
(
)
)
Array
(
)
)
Array
(
)
)
Array
(
[0] => Zend_Controller_Request_Http Object
(
[_paramSources:protected] => Array
(
[0] => _GET
[1] => _POST
)
[_requestUri:protected] => /
[_baseUrl:protected] =>
[_basePath:protected] =>
[_pathInfo:protected] => /
[_params:protected] => Array
(
[controller] => index
[action] => index
[module] => default
)
[_rawBody:protected] =>
[_aliases:protected] => Array
(
)
[_dispatched:protected] => 1
[_module:protected] => default
[_moduleKey:protected] => module
[_controller:protected] => index
[_controllerKey:protected] => controller
[_action:protected] => index
[_actionKey:protected] => action
)
[1] => Zend_Controller_Response_Http Object
(
[_body:protected] => Array
(
)
[_exceptions:protected] => Array
(
)
[_headers:protected] => Array
(
)
[_headersRaw:protected] => Array
(
)
[_httpResponseCode:protected] => 200
[_isRedirect:protected] =>
[_renderExceptions:protected] =>
[headersSentThrowsException] => 1
)
[2] => Array
(
[noViewRenderer] => 1
[useDefaultControllerAlways] => 1
)
)
)
Array
(
[0] => Zend_Controller_Request_Http Object
(
[_paramSources:protected] => Array
(
[0] => _GET
[1] => _POST
)
[_requestUri:protected] => /
[_baseUrl:protected] =>
[_basePath:protected] =>
[_pathInfo:protected] => /
[_params:protected] => Array
(
[controller] => index
[action] => index
[module] => default
)
[_rawBody:protected] =>
[_aliases:protected] => Array
(
)
[_dispatched:protected] => 1
[_module:protected] => default
[_moduleKey:protected] => module
[_controller:protected] => index
[_controllerKey:protected] => controller
[_action:protected] => index
[_actionKey:protected] => action
)
[1] => Zend_Controller_Response_Http Object
(
[_body:protected] => Array
(
)
[_exceptions:protected] => Array
(
)
[_headers:protected] => Array
(
)
[_headersRaw:protected] => Array
(
)
[_httpResponseCode:protected] => 200
[_isRedirect:protected] =>
[_renderExceptions:protected] =>
[headersSentThrowsException] => 1
)
)
)
Array
(
)
)
Array
(
[0] => /site.php
)
)