Code |
Context$key = "blueink_cms_cake_model_default_frontend_users"
$value = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 8,
"key" => "primary"
),
"is_locked" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10
),
"username" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60,
"key" => "unique"
),
"password" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"first_name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"last_name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"address" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 250
),
"city" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"state" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"zip" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"email" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 250
),
"company" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 250
),
"phone" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 60
),
"submitted_form_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 8
),
"photo_file" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 64
),
"created_by" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11
),
"modified_by" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11
),
"contributed_by" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 11
),
"created" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"updated" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
)
)
$duration = 10
$expires = 1751528204
apc_store - [internal], line ??
ApcEngine::write() - CORE/cake/libs/cache/apc.php, line 58
Cache::write() - CORE/cake/libs/cache.php, line 262
DataSource::__cacheDescription() - CORE/cake/libs/model/datasources/datasource.php, line 418
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 118
Model::schema() - CORE/cake/libs/model/model.php, line 932
Model::setSource() - CORE/cake/libs/model/model.php, line 787
Model::__construct() - CORE/cake/libs/model/model.php, line 438
AppModel::__construct() - APP/app_model.php, line 18
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 668
Model::__createLinks() - CORE/cake/libs/model/model.php, line 640
Model::__construct() - CORE/cake/libs/model/model.php, line 446
AppModel::__construct() - APP/app_model.php, line 18
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 668
Model::__createLinks() - CORE/cake/libs/model/model.php, line 640
Model::__construct() - CORE/cake/libs/model/model.php, line 446