chkout_extract_images.php File Reference

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)


Enumeration Type Documentation

enum FASTFRAME_ROOT
 

Definition at line 20 of file chkout_extract_images.php.


Function Documentation

handle_pear_error &$  error_obj  ) 
 

Definition at line 102 of file chkout_extract_images.php.


Variable Documentation

$a_images = $o_dataAccess->o_data->getAssoc($s_query)
 

Definition at line 39 of file chkout_extract_images.php.

$b_success = true
 

Definition at line 27 of file chkout_extract_images.php.

$o_dataAccess = & new FF_DataAccess()
 

Definition at line 29 of file chkout_extract_images.php.

Referenced by FF_Output_Permissions::getObjectPermsSelect(), and FF_Rule_itemmax::validate().

$o_fileCache = & FF_FileCache::singleton()
 

Definition at line 31 of file chkout_extract_images.php.

Referenced by FF_Action_List_Alumni::_getEmail(), FF_Action_List_Item::_getImageTag(), FF_Output_Mayday::getAttachmentList(), FF_Output_Checkout::getAttachmentList(), FF_Output_Checkout::getLinkedBorrower(), FF_Model_Profile::getListField(), FF_Action_Profile::getTableData(), FF_Action_Form_Item::getTableData(), FF_Action_Display_Item::getTableData(), FF_Action_Form_Group::getTableData(), FF_Action_Display_Group::getTableData(), FF_Action_Form_Borrower::getTableData(), FF_Action_Display_Borrower::getTableData(), FF_Action_Delete_TicketAttachment::remove(), FF_DataAccess_Item_mysql::remove(), FF_DataAccess_Borrower_mysql::remove(), FF_Output_Page::renderCSS(), FF_Action_Download::run(), FF_Action_FormSubmit_Ticket::save(), FF_Action_FormSubmit_Item::save(), FF_Action_FormSubmit_Group::save(), FF_Action_FormSubmit_Borrower::save(), and FF_Action_Profile::successfulSave().

$o_registry = & FF_Registry::singleton()
 

Definition at line 28 of file chkout_extract_images.php.

$s_app = 'checkout'
 

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)

Author:
Jason Rust <jrust@codejanitor.com>

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().

$s_query
 

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.


Generated on Fri Jun 23 11:38:19 2006 for FastFrame by  doxygen 1.4.4