updatedb_32_to_34.php File Reference

Go to the source code of this file.

Enumerations

enum  FASTFRAME_ROOT

Variables

 $o_cli = & new FF_CLI('profile')
 $o_dataAccess = & FF_DataAccess::factory('Profile')
 $o_data = & $o_dataAccess->o_data
 $o_registry = & FF_Registry::singleton()
 $a_paths = array('mayday/ticket_files', 'checkout/item_files')
 $b_hasIndexes = false
 $s_sql = 'SELECT id FROM mayday_tickets'
 $a_tickets = $o_data->getCol($s_sql, 0)
 $tmp_dao = & FF_DataAccess::factory('Ticket')
 $s_path = $o_registry->getRootFile('mayday/ticket_files', 'data', FASTFRAME_FILEPATH)


Enumeration Type Documentation

enum FASTFRAME_ROOT
 

Script to update the database from FastFrame version 3.2 to 3.4

Author:
Jason Rust <jrust@codejanitor.com>

Definition at line 11 of file updatedb_32_to_34.php.


Variable Documentation

$a_paths = array('mayday/ticket_files', 'checkout/item_files')
 

Definition at line 31 of file updatedb_32_to_34.php.

$a_tickets = $o_data->getCol($s_sql, 0)
 

Definition at line 83 of file updatedb_32_to_34.php.

Referenced by FF_Model_Rule::execute().

$b_hasIndexes = false
 

Definition at line 53 of file updatedb_32_to_34.php.

$o_cli = & new FF_CLI('profile')
 

Definition at line 14 of file updatedb_32_to_34.php.

$o_data = & $o_dataAccess->o_data
 

Definition at line 20 of file updatedb_32_to_34.php.

$o_dataAccess = & FF_DataAccess::factory('Profile')
 

Definition at line 19 of file updatedb_32_to_34.php.

$o_registry = & FF_Registry::singleton()
 

Definition at line 21 of file updatedb_32_to_34.php.

$s_path = $o_registry->getRootFile('mayday/ticket_files', 'data', FASTFRAME_FILEPATH)
 

Definition at line 87 of file updatedb_32_to_34.php.

Referenced by FF_ActionHandler::_makeDefaultPathsAbsolute(), FF_FileCache::exists(), FF_Registry::getFile(), FF_FileCache::getPath(), FF_FileCache::remove(), FF_Model_Assignment::remove(), and FF_FileCache::save().

$s_sql = 'SELECT id FROM mayday_tickets'
 

Definition at line 82 of file updatedb_32_to_34.php.

$tmp_dao = & FF_DataAccess::factory('Ticket')
 

Definition at line 85 of file updatedb_32_to_34.php.


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