CORE POS - IS4C
The CORE POS front end
Protected Attributes | List of all members
COREPOS\pos\lib\models\trans\EmvReceiptModel Class Reference
Inheritance diagram for COREPOS\pos\lib\models\trans\EmvReceiptModel:
COREPOS\pos\lib\models\BasicModel

Protected Attributes

 $name = "EmvReceipt"
 
 $preferred_db = 'trans'
 
 $columns
 
- Protected Attributes inherited from COREPOS\pos\lib\models\BasicModel
 $new_model_namespace = '\\COREPOS\\pos\\lib\\models\\'
 

Additional Inherited Members

- Public Member Functions inherited from COREPOS\pos\lib\models\BasicModel
 getModels ()
 
 setConnectionByName ($db_name)
 
- 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\EmvReceiptModel::$columns
protected
Initial value:
= array(
'dateID' => array('type'=>'INT', 'index'=>true),
'tdate' => array('type'=>'DATETIME', 'index'=>true),
'empNo' => array('type'=>'INT'),
'registerNo' => array('type'=>'INT', 'index'=>true),
'transNo' => array('type'=>'INT'),
'transID' => array('type'=>'INT'),
'content' => array('type'=>'BLOB'),
)

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