Code Context ),
E_USER_WARNING
);
$key = 'default_rprp2016_park_lists'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'parks_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'index'
),
'name' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'detail' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'image' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'views' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'enable' => array(
'type' => 'integer',
'null' => true,
'default' => '1',
'length' => (int) 4,
'unsigned' => false
),
'created_date' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'modified_date' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => 'C:\xampp\htdocs\rprp\app\tmp\cache\models\',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => true,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE\Cake\Cache\Cache.php, line 328
DataSource::_cacheDescription() - CORE\Cake\Model\Datasource\DataSource.php, line 310
Mysql::describe() - CORE\Cake\Model\Datasource\Database\Mysql.php, line 373
Model::schema() - CORE\Cake\Model\Model.php, line 1390
DboSource::fields() - CORE\Cake\Model\Datasource\DboSource.php, line 2521
DboSource::generateAssociationQuery() - CORE\Cake\Model\Datasource\DboSource.php, line 1761
DboSource::queryAssociation() - CORE\Cake\Model\Datasource\DboSource.php, line 1261
DboSource::read() - CORE\Cake\Model\Datasource\DboSource.php, line 1141
Model::_readDataSource() - CORE\Cake\Model\Model.php, line 3022
Model::find() - CORE\Cake\Model\Model.php, line 2994
DboSource::query() - CORE\Cake\Model\Datasource\DboSource.php, line 597
Model::__call() - CORE\Cake\Model\Model.php, line 827
Park::findAllByEnableAndLang() - APP\Controller\AppController.php, line 74
AppController::park() - APP\Controller\AppController.php, line 74
AppController::dataset() - APP\Controller\AppController.php, line 188
PurchaseController::view() - APP\Controller\PurchaseController.php, line 41
ReflectionMethod::invokeArgs() - [internal], line ??