Code Context self::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_loja_acessos_paginas'
$value = array(
'id' => array(
'type' => 'biginteger',
'null' => false,
'default' => null,
'length' => null,
'key' => 'primary'
),
'acesso_id' => array(
'type' => 'biginteger',
'null' => false,
'default' => null,
'length' => null,
'key' => 'index'
),
'pagina' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 100,
'key' => 'index',
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'url' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 200,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'data' => array(
'type' => 'date',
'null' => false,
'default' => null,
'length' => null,
'key' => 'index'
),
'quantidade' => array(
'type' => 'integer',
'null' => false,
'default' => '1',
'length' => null
),
'cadastrado_em' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'modificado_em' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/home/lojaclick/public_html/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 0,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 324
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 358
Model::schema() - CORE/Cake/Model/Model.php, line 1358
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1400
DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2563
DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2518
DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2401
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1715
DboSource::generateAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1511
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1075
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 2909
Model::find() - CORE/Cake/Model/Model.php, line 2880
AppModel::find() - APP/Model/AppModel.php, line 113
AcessoComponent::valida_acesso_pagina() - APP/Controller/Component/AcessoComponent.php, line 62
MarcasController::visualizar() - APP/Controller/MarcasController.php, line 72
ReflectionMethod::invokeArgs() - [internal], line ??