|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Enumerations | |
| enum | PROJECT_DB_VERSION_MAJOR |
| enum | PROJECT_DB_VERSION_MINOR |
| enum | PROJECT_DB_VERSION_PATCH1 |
| enum | PROJECT_DB_VERSION_PATCH2 |
| enum | PROJECT_DB_VERSION_PATCH1_SOURCE |
| enum | PROJECT_DB_VERSION_PATCH2_SOURCE |
Variables | |
| if(!defined('IS_ADMIN_FLAG')) | $project_db_info = $db->Execute("select * from " . TABLE_PROJECT_VERSION . " WHERE project_version_key = 'Zen-Cart Database' ") |
| $configuration | |
Definition at line 14 of file init_db_config_read.php.
Definition at line 15 of file init_db_config_read.php.
Definition at line 16 of file init_db_config_read.php.
Definition at line 18 of file init_db_config_read.php.
Definition at line 17 of file init_db_config_read.php.
Definition at line 19 of file init_db_config_read.php.
| while (!$configuration->EOF) $configuration |
$db->Execute('select configuration_key as cfgKey, configuration_value as cfgValue from ' . TABLE_CONFIGURATION)
Definition at line 22 of file init_db_config_read.php.
| if (!defined('IS_ADMIN_FLAG')) $project_db_info = $db->Execute("select * from " . TABLE_PROJECT_VERSION . " WHERE project_version_key = 'Zen-Cart Database' ") |
Definition at line 13 of file init_db_config_read.php.