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

Protected Attributes

 $name = "ObfQuarters"
 
 $columns
 
- 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

ObfQuartersModel::$columns
protected
Initial value:
= array(
'obfQuarterID' => array('type'=>'INT', 'primary_key'=>true, 'increment'=>true),
'name' => array('type'=>'VARCHAR(10)'),
'year' => array('type'=>'SMALLINT'),
'weeks' => array('type'=>'TINYINT', 'default'=>13),
'salesTarget' => array('type'=>'MONEY'),
'laborTarget' => array('type'=>'MONEY'),
)

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