Code Context ),
E_USER_WARNING
);
$key = 'agtrust_agtrust_farm_location_ps'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'item_id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'description' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8mb3_general_ci',
'charset' => 'utf8mb3'
),
'farm_location_id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'start_date' => array(
'type' => 'date',
'null' => false,
'default' => null,
'length' => null
),
'estimate_date' => array(
'type' => 'date',
'null' => false,
'default' => null,
'length' => null
),
'estimate_qty' => array(
'type' => 'decimal',
'null' => false,
'default' => '0.00',
'length' => '10,2',
'unsigned' => false
),
'estimate_unit_id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'unit_id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'remark' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8mb3_general_ci',
'charset' => 'utf8mb3'
),
'qty' => array(
'type' => 'decimal',
'null' => false,
'default' => '0.00',
'length' => '10,2',
'unsigned' => false
),
'seed' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8mb3_general_ci',
'charset' => 'utf8mb3'
),
'source_seed' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8mb3_general_ci',
'charset' => 'utf8mb3'
),
'item_breeder_id' => array(
'type' => 'integer',
'null' => true,
'default' => '0',
'length' => (int) 11,
'unsigned' => false
),
'productivity' => array(
'type' => 'decimal',
'null' => true,
'default' => null,
'length' => '10,2',
'unsigned' => false
),
'productivity_unit_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'sale_volume' => array(
'type' => 'decimal',
'null' => true,
'default' => null,
'length' => '10,2',
'unsigned' => false
),
'sale_volume_unit_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => 'D:\xampp\htdocs\agtrust\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 323
DataSource::_cacheDescription() - CORE\Cake\Model\Datasource\DataSource.php, line 310
Mysql::describe() - CORE\Cake\Model\Datasource\Database\Mysql.php, line 369
Model::schema() - CORE\Cake\Model\Model.php, line 1368
DboSource::fields() - CORE\Cake\Model\Datasource\DboSource.php, line 2494
DboSource::read() - CORE\Cake\Model\Datasource\DboSource.php, line 1054
Model::_readDataSource() - CORE\Cake\Model\Model.php, line 2921
Model::find() - CORE\Cake\Model\Model.php, line 2893
DboSource::query() - CORE\Cake\Model\Datasource\DboSource.php, line 597
Model::__call() - CORE\Cake\Model\Model.php, line 808
FarmLocationP::findById() - APP\Controller\MainController.php, line 564
MainController::item_info() - APP\Controller\MainController.php, line 564
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE\Cake\Controller\Controller.php, line 490
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 191
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 165
[main] - APP\webroot\index.php, line 108