Go to the source code of this file.
Enumerations | |
| enum | FASTFRAME_ROOT |
Functions | |
| handle_pear_error (&$error_obj) | |
Variables | |
| $s_app = 'checkout' | |
| $b_success = true | |
| $o_registry = & FF_Registry::singleton() | |
| $o_dataAccess = & new FF_DataAccess() | |
| $o_fileCache = & FF_FileCache::singleton() | |
| $s_query | |
| $a_images = $o_dataAccess->o_data->getAssoc($s_query) | |
|
|
Definition at line 20 of file chkout_extract_images.php. |
|
|
Definition at line 102 of file chkout_extract_images.php. |
|
|
Definition at line 39 of file chkout_extract_images.php. |
|
|
Definition at line 27 of file chkout_extract_images.php. |
|
|
Definition at line 29 of file chkout_extract_images.php. Referenced by FF_Output_Permissions::getObjectPermsSelect(), and FF_Rule_itemmax::validate(). |
|
|
|
Definition at line 28 of file chkout_extract_images.php. |
|
|
Migrates images from being stored in a database (how it was done in v. 0.9) to the new way of storing them in the cache directory)
Definition at line 13 of file chkout_extract_images.php. Referenced by FF_Model_ProfileManager::_findAppsWithProfiles(), FF_Action_Form_Permissions::_getAvailablePerms(), FF_DataAccess_Profile_pgsql::_getListFields(), FF_DataAccess_Profile_mysql::_getListFields(), FF_Menu::_importMenuVars(), FF_Menu::_isMenuCached(), FF_PermsRegistry::_load(), FF_ActionHandler::FF_ActionHandler(), FF_Action_LoginSubmit::getAppByHostName(), FF_Registry::getApps(), FF_DataAccess::getDaoInfo(), FF_Model_Profile::getInitialPageOptions(), FF_FileCache::getPath(), FF_Perms_PermissionsApp::hasObjectPerm(), FF_Perms_PermissionsApp::hasPerm(), FF_Registry::popCurrentApp(), FF_Model_Permissions::saveObjectPerms(), and FF_Model_Profile::setInitialPage(). |
|
|
Initial value: sprintf('SELECT id,image FROM %s INNER JOIN %s ON id = transaction_id',
$o_registry->getConfigParam('data/items_table'),
$o_registry->getConfigParam('data/images_table'))
Definition at line 36 of file chkout_extract_images.php. |
1.4.4