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

Public Member Functions

 doc ()
 
- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 

Protected Attributes

 $name = "AR_EOM_Summary"
 
 $preferred_db = 'trans'
 
 $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

ArEomSummaryModel::$columns
protected
Initial value:
= array(
'cardno' => array('type'=>'INT', 'primary_key'=>true),
'memName' => array('type'=>'VARCHAR(100)'),
'priorBalance' => array('type'=>'MONEY'),
'threeMonthCharges' => array('type'=>'MONEY'),
'threeMonthPayments' => array('type'=>'MONEY'),
'threeMonthBalance' => array('type'=>'MONEY'),
'twoMonthCharges' => array('type'=>'MONEY'),
'twoMonthPayments' => array('type'=>'MONEY'),
'twoMonthBalance' => array('type'=>'MONEY'),
'lastMonthCharges' => array('type'=>'MONEY'),
'lastMonthPayments' => array('type'=>'MONEY'),
'lastMonthBalance' => array('type'=>'MONEY'),
)

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