CORE POS - IS4C
The CORE POS front end
Public Member Functions | Protected Attributes | List of all members
COREPOS\pos\lib\models\op\EmployeesModel Class Reference
Inheritance diagram for COREPOS\pos\lib\models\op\EmployeesModel:
COREPOS\pos\lib\models\BasicModel

Public Member Functions

 doc ()
 
- Public Member Functions inherited from COREPOS\pos\lib\models\BasicModel
 getModels ()
 
 setConnectionByName ($db_name)
 

Protected Attributes

 $name = 'employees'
 
 $preferred_db = 'op'
 
 $columns
 
- Protected Attributes inherited from COREPOS\pos\lib\models\BasicModel
 $new_model_namespace = '\\COREPOS\\pos\\lib\\models\\'
 

Additional Inherited Members

- Public Attributes inherited from COREPOS\pos\lib\models\BasicModel
const NORMALIZE_MODE_CHECK = 1
 
const NORMALIZE_MODE_APPLY = 2
 

Member Data Documentation

COREPOS\pos\lib\models\op\EmployeesModel::$columns
protected
Initial value:
= array(
'emp_no' => array('type'=>'SMALLINT','primary_key'=>True),
'CashierPassword'=>array('type'=>'VARCHAR(50)'),
'AdminPassword'=>array('type'=>'VARCHAR(50)'),
'FirstName'=>array('type'=>'VARCHAR(50)'),
'LastName'=>array('type'=>'VARCHAR(50)'),
'JobTitle'=>array('type'=>'VARCHAR(50)'),
'EmpActive'=>array('type'=>'TINYINT'),
'frontendsecurity'=>array('type'=>'SMALLINT'),
'backendsecurity'=>array('type'=>'SMALLINT'),
'birthdate'=>array('type'=>'DATETIME')
)

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