Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_670823_edisa23_books'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'id_category' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'id_subcategory' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'id_editorial' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'name' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'short_description' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'long_description' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'author' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'edition' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 100,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'isbn' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 50,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'year_publication' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 4,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'total_pages' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 100,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'binding' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'price' => array(
'type' => 'decimal',
'null' => true,
'default' => null,
'length' => '20,2',
'unsigned' => false
),
'price_new' => array(
'type' => 'decimal',
'null' => false,
'default' => null,
'length' => '20,2',
'unsigned' => false
),
'is_new' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 1,
'unsigned' => false
),
'is_promo' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'promo' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 5,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'peso' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'image' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'image_banner' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'has_subscription' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'main' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'newest' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'ebook' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'is_psicometric' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 1,
'unsigned' => false
),
'is_formation' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 1,
'unsigned' => false
),
'kindle_version' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'digital_version' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'coleccion' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'enabled' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 1,
'unsigned' => false
),
'front' => array(
'type' => 'boolean',
'null' => false,
'default' => '0',
'length' => (int) 1
),
'tags_related' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'inventory' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'related_books' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
)
)
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'myapp_cake_model_',
'path' => '/mnt/stor2-wc1-dfw1/406060/670823/www.edisalibros.com/web/content/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 383
Model::schema() - CORE/Cake/Model/Model.php, line 1397
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1438
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1455
DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2944
DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2890
DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2771
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 2053
DboSource::generateAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1943
DboSource::queryAssociation() - CORE/Cake/Model/Datasource/DboSource.php, line 1377
DboSource::queryAssociation() - CORE/Cake/Model/Datasource/DboSource.php, line 1411
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1257
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::listCategory() - APP/Controller/AppController.php, line 544