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

Protected Attributes

 $name = "DefectorTargets"
 
 $columns
 
 $preferred_db = 'plugin:TargetedPromosDB'
 
- Protected Attributes inherited from BasicModel
 $normalize_lanes = false
 
 $currently_normalizing_lane = false
 

Additional Inherited Members

- Public Member Functions inherited from BasicModel
 __construct ($con)
 
 pushToLanes ()
 
 deleteFromLanes ()
 
 getModels ()
 
 setConnectionByName ($db_name)
 
- 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

DefectorTargetsModel::$columns
protected
Initial value:
= array(
'defectorTargetID' => array('type'=>'INT', 'index'=>true, 'increment'=>true),
'card_no' => array('type'=>'INT', 'primary_key'=>true),
'addedDate' => array('type'=>'DATETIME'),
'issued' => array('type'=>'INT', 'default'=>0),
'lastIssueDate' => array('type'=>'DATETIME'),
'redeemed' => array('type'=>'INT', 'default'=>0),
)

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