Data Fields | |
const | NO_ERROR = 0 |
const | CREATE_ERROR = 2 |
const | UPDATE_ERROR = 3 |
const | CONSTRAINT_ERROR = 4 |
const | PRESTORE_ERROR = 5 |
$refresh = '' | |
$postStore = '' | |
$postModify = '' | |
$preStore = '' | |
$constraint = array() | |
$error = '' | |
$errorCode = 0 | |
Definition at line 7 of file storeInfo.php.
$constraint = array() |
Definition at line 47 of file storeInfo.php.
$error = '' |
Definition at line 51 of file storeInfo.php.
$errorCode = 0 |
Definition at line 55 of file storeInfo.php.
$postModify = '' |
Definition at line 38 of file storeInfo.php.
$postStore = '' |
Definition at line 33 of file storeInfo.php.
$preStore = '' |
Definition at line 42 of file storeInfo.php.
$refresh = '' |
Definition at line 29 of file storeInfo.php.
const CONSTRAINT_ERROR = 4 |
all constraints are not validated
Definition at line 21 of file storeInfo.php.
const CREATE_ERROR = 2 |
preCreated has return an error
Definition at line 13 of file storeInfo.php.
const NO_ERROR = 0 |
Definition at line 9 of file storeInfo.php.
const PRESTORE_ERROR = 5 |
preStore has returned an error
Definition at line 25 of file storeInfo.php.
const UPDATE_ERROR = 3 |
database record has return error
Definition at line 17 of file storeInfo.php.