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

Protected Attributes

 $name = "Users"
 
 $preferred_db = 'op'
 
 $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

UsersModel::$columns
protected
Initial value:
= array(
'name' => array('type'=>'VARCHAR(50)', 'primary_key'=>true),
'password' => array('type'=>'VARCHAR(255)'),
'salt' => array('type'=>'VARCHAR(10)'),
'uid' => array('type'=>'VARCHAR(4)'),
'session_id' => array('type'=>'VARCHAR(50)'),
'real_name' => array('type'=>'VARCHAR(75)'),
)

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