CORE POS - Fannie
The CORE POS back end
Public Member Functions | Protected Attributes | List of all members
UpdateAccountLogModel Class Reference
Inheritance diagram for UpdateAccountLogModel:
BasicModel

Public Member Functions

 log ($account, $type='UPDATE', $user=false)
 
- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 

Protected Attributes

 $name = "UpdateAccountLog"
 
 $preferred_db = 'op'
 
 $columns
 
- Protected Attributes inherited from BasicModel
 $normalize_lanes = false
 
 $currently_normalizing_lane = false
 

Additional Inherited Members

- Public Attributes inherited from BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 
- Protected Member Functions inherited from BasicModel
 normalizeLanes ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK)
 
 loadHooks ()
 
 afterNormalize ($db_name, $mode)
 

Member Data Documentation

UpdateAccountLogModel::$columns
protected
Initial value:
= array(
'updateAccountLogID' => array('type'=>'INT', 'primary_key'=>true, 'increment'=>true),
'updateType' => array('type'=>'VARCHAR(20)'),
'userID' => array('type'=>'INT'),
'modified' => array('type'=>'DATETIME'),
'cardNo' => array('type'=>'INT', 'index'=>true),
'memberStatus' => array('type'=>'VARCHAR(10)', 'default'=>"'PC'"),
'activeStatus' => array('type'=>'VARCHAR(10)', 'default'=>"''"),
'customerTypeID' => array('type'=>'INT', 'default'=>1),
'chargeBalance' => array('type'=>'MONEY', 'default'=>0),
'chargeLimit' => array('type'=>'MONEY', 'default'=>0),
'idCardUPC' => array('type'=>'VARCHAR(13)'),
'startDate' => array('type'=>'DATETIME'),
'endDate' => array('type'=>'DATETIME'),
'addressFirstLine' => array('type'=>'VARCHAR(100)'),
'addressSecondLine' => array('type'=>'VARCHAR(100)'),
'city' => array('type'=>'VARCHAR(50)'),
'state' => array('type'=>'VARCHAR(10)'),
'zip' => array('type'=>'VARCHAR(10)'),
'contactAllowed' => array('type'=>'TINYINT', 'default'=>1),
'contactMethod' => array('type'=>'VARCHAR(10)', 'default'=>"'mail'"),
)

The documentation for this class was generated from the following file: