CORE POS - IS4C
The CORE POS front end
Public Member Functions | Protected Attributes | List of all members
COREPOS\pos\lib\models\trans\CapturedSignatureModel Class Reference
Inheritance diagram for COREPOS\pos\lib\models\trans\CapturedSignatureModel:
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 = "CapturedSignature"
 
 $preferred_db = 'trans'
 
 $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\trans\CapturedSignatureModel::$columns
protected
Initial value:
= array(
'tdate' => array('type'=>'DATETIME', 'index'=>true),
'emp_no' => array('type'=>'INT'),
'register_no' => array('type'=>'INT', 'index'=>true),
'trans_no' => array('type'=>'INT'),
'trans_id' => array('type'=>'INT'),
'filetype' => array('type'=>'CHAR(3)'),
'filecontents' => array('type'=>'BLOB'),
)

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