Code |
Context$title = "Allgäuer Sagen"
$lgModel = LegendCategory
LegendCategory::$name = "LegendCategory"
LegendCategory::$actsAs = array(
"ExtendAssociations" => null
)
LegendCategory::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"joinTable" => "legend_categories_items",
"with" => "LegendCategoriesItems",
"foreignKey" => "legend_category_id",
"associationForeignKey" => "item_id",
"unique" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
LegendCategory::$useDbConfig = "default"
LegendCategory::$useTable = "legend_categories"
LegendCategory::$displayField = "title"
LegendCategory::$id = false
LegendCategory::$data = array()
LegendCategory::$table = "legend_categories"
LegendCategory::$primaryKey = "id"
LegendCategory::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
LegendCategory::$validate = array()
LegendCategory::$validationErrors = array()
LegendCategory::$tablePrefix = NULL
LegendCategory::$alias = "LegendCategory"
LegendCategory::$tableToModel = array(
"legend_categories" => "LegendCategory",
"items" => "Item"
)
LegendCategory::$logTransactions = false
LegendCategory::$transactional = false
LegendCategory::$cacheQueries = false
LegendCategory::$belongsTo = array()
LegendCategory::$hasOne = array()
LegendCategory::$hasMany = array()
LegendCategory::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
LegendCategory::$whitelist = array()
LegendCategory::$cacheSources = true
LegendCategory::$findQueryType = NULL
LegendCategory::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
LegendCategory::$recursive = 1
LegendCategory::$order = NULL
LegendCategory::$__exists = NULL
LegendCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
LegendCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
LegendCategory::$__backAssociation = array()
LegendCategory::$__insertID = NULL
LegendCategory::$__numRows = NULL
LegendCategory::$__affectedRows = NULL
LegendCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
LegendCategory::$_log = NULL
LegendCategory::$Item = Item
Item::$name = "Item"
Item::$actsAs = array(
"ExtendAssociations" => null
)
Item::$components = array(
"PImage"
)
Item::$helpers = array(
"MagickConvert"
)
Item::$belongsTo = array(
"Category" => array(
"className" => "Category",
"conditions" => "[empty string]",
"order" => "[empty string]",
"foreignKey" => "category_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
),
"City" => array(
"className" => "City",
"conditions" => "[empty string]",
"order" => "[empty string]",
"foreignKey" => "city_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
),
"Podcast" => array(
"className" => "Podcast",
"conditions" => "[empty string]",
"order" => "Item.published DESC",
"foreignKey" => "podcast_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Item::$hasAndBelongsToMany = array(
"Tag" => array(
"className" => "Tag",
"with" => "ItemsTags",
"joinTable" => "items_tags",
"foreignKey" => "item_id",
"associationForeignKey" => "tag_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
),
"Road" => array(
"className" => "Road",
"with" => "RoadsItems",
"joinTable" => "roads_items",
"foreignKey" => "item_id",
"associationForeignKey" => "road_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
),
"LegendCategory" => array(
"className" => "LegendCategory",
"with" => "LegendCategoriesItems",
"joinTable" => "legend_categories_items",
"foreignKey" => "item_id",
"associationForeignKey" => "legend_category_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
Item::$validateFile = array(
"size" => 104857600,
"type" => "jpeg,mpeg,mp3"
)
Item::$useDbConfig = "default"
Item::$useTable = "items"
Item::$displayField = "title"
Item::$id = "Allgäuer Sagen"
Item::$data = array()
Item::$table = "items"
Item::$primaryKey = "id"
Item::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
Item::$validate = array()
Item::$validationErrors = array()
Item::$tablePrefix = NULL
Item::$alias = "Item"
Item::$tableToModel = array(
"items" => "Item",
"categories" => "Category",
"cities" => "City",
"podcasts" => "Podcast",
"tags" => "Tag",
"roads" => "Road",
"legend_categories" => "LegendCategory"
)
Item::$logTransactions = false
Item::$transactional = false
Item::$cacheQueries = false
Item::$hasOne = array()
Item::$hasMany = array()
Item::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
Item::$whitelist = array()
Item::$cacheSources = true
Item::$findQueryType = NULL
Item::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
Item::$recursive = 1
Item::$order = NULL
Item::$__exists = NULL
Item::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Item::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Item::$__backAssociation = array()
Item::$__insertID = NULL
Item::$__numRows = NULL
Item::$__affectedRows = NULL
Item::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Item::$_log = NULL
Item::$Category = Category
Category::$name = "Category"
Category::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Category::$useDbConfig = "default"
Category::$useTable = "categories"
Category::$displayField = "title"
Category::$id = false
Category::$data = array()
Category::$table = "categories"
Category::$primaryKey = "id"
Category::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"short" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 20
),
"teaser" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
)
)
Category::$validate = array()
Category::$validationErrors = array()
Category::$tablePrefix = NULL
Category::$alias = "Category"
Category::$tableToModel = array(
"categories" => "Category",
"items" => "Items"
)
Category::$logTransactions = false
Category::$transactional = false
Category::$cacheQueries = false
Category::$belongsTo = array()
Category::$hasOne = array()
Category::$hasAndBelongsToMany = array()
Category::$actsAs = NULL
Category::$behaviors = array()
Category::$whitelist = array()
Category::$cacheSources = true
Category::$findQueryType = NULL
Category::$__behaviorMethods = array()
Category::$recursive = 1
Category::$order = NULL
Category::$__exists = NULL
Category::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Category::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Category::$__backAssociation = array()
Category::$__insertID = NULL
Category::$__numRows = NULL
Category::$__affectedRows = NULL
Category::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Category::$_log = NULL
Category::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Category::handleFileUpload()
Category::call__()
Category::bind()
Category::bindModel()
Category::unbindModel()
Category::setSource()
Category::set()
Category::deconstruct()
Category::schema()
Category::loadInfo()
Category::getColumnTypes()
Category::getColumnType()
Category::hasField()
Category::create()
Category::read()
Category::field()
Category::saveField()
Category::save()
Category::updateCounterCache()
Category::saveAll()
Category::updateAll()
Category::remove()
Category::del()
Category::delete()
Category::deleteAll()
Category::exists()
Category::hasAny()
Category::find()
Category::findAll()
Category::execute()
Category::findCount()
Category::isUnique()
Category::findAllThreaded()
Category::findNeighbours()
Category::query()
Category::validates()
Category::invalidFields()
Category::invalidate()
Category::isForeignKey()
Category::getDisplayField()
Category::generateList()
Category::escapeField()
Category::getID()
Category::normalizeFindParams()
Category::getLastInsertID()
Category::getInsertID()
Category::setInsertID()
Category::getNumRows()
Category::getAffectedRows()
Category::setDataSource()
Category::getDataSource()
Category::getAssociated()
Category::joinModel()
Category::beforeFind()
Category::afterFind()
Category::beforeSave()
Category::afterSave()
Category::beforeDelete()
Category::afterDelete()
Category::beforeValidate()
Category::onError()
Category::overload()
Category::Object()
Category::toString()
Category::requestAction()
Category::log()
Category::cakeError()
Item::$City = City
City::$name = "City"
City::$belongsTo = array(
"Country" => array(
"className" => "Country",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
),
"Adminarea" => array(
"className" => "Adminarea",
"foreignKey" => "adminarea_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
City::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "city_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
City::$useDbConfig = "default"
City::$useTable = "cities"
City::$displayField = "name"
City::$id = false
City::$data = array()
City::$table = "cities"
City::$primaryKey = "id"
City::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
City::$validate = array()
City::$validationErrors = array()
City::$tablePrefix = NULL
City::$alias = "City"
City::$tableToModel = array(
"cities" => "City",
"countries" => "Country",
"adminareas" => "Adminarea",
"items" => "Items"
)
City::$logTransactions = false
City::$transactional = false
City::$cacheQueries = false
City::$hasOne = array()
City::$hasAndBelongsToMany = array()
City::$actsAs = NULL
City::$behaviors = array()
City::$whitelist = array()
City::$cacheSources = true
City::$findQueryType = NULL
City::$__behaviorMethods = array()
City::$recursive = 1
City::$order = NULL
City::$__exists = NULL
City::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
City::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
City::$__backAssociation = array()
City::$__insertID = NULL
City::$__numRows = NULL
City::$__affectedRows = NULL
City::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
City::$_log = NULL
City::$Country = Country
Country::$name = "Country"
Country::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
),
"Freeways" => array(
"className" => "Freeways",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Country::$useDbConfig = "default"
Country::$useTable = "countries"
Country::$displayField = "name"
Country::$id = false
Country::$data = array()
Country::$table = "countries"
Country::$primaryKey = "id"
Country::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"code" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 5
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
)
)
Country::$validate = array()
Country::$validationErrors = array()
Country::$tablePrefix = NULL
Country::$alias = "Country"
Country::$tableToModel = array(
"countries" => "Country",
"cities" => "Cities",
"freeways" => "Freeways"
)
Country::$logTransactions = false
Country::$transactional = false
Country::$cacheQueries = false
Country::$belongsTo = array()
Country::$hasOne = array()
Country::$hasAndBelongsToMany = array()
Country::$actsAs = NULL
Country::$behaviors = array()
Country::$whitelist = array()
Country::$cacheSources = true
Country::$findQueryType = NULL
Country::$__behaviorMethods = array()
Country::$recursive = 1
Country::$order = NULL
Country::$__exists = NULL
Country::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Country::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Country::$__backAssociation = array()
Country::$__insertID = NULL
Country::$__numRows = NULL
Country::$__affectedRows = NULL
Country::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Country::$_log = NULL
Country::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::$Freeways = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "freeways"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "freeways"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Freeways"
AppModel::$alias = "Freeways"
AppModel::$tableToModel = array(
"freeways" => "Freeways"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::call__()
Country::bind()
Country::bindModel()
Country::unbindModel()
Country::setSource()
Country::set()
Country::deconstruct()
Country::schema()
Country::loadInfo()
Country::getColumnTypes()
Country::getColumnType()
Country::hasField()
Country::create()
Country::read()
Country::field()
Country::saveField()
Country::save()
Country::updateCounterCache()
Country::saveAll()
Country::updateAll()
Country::remove()
Country::del()
Country::delete()
Country::deleteAll()
Country::exists()
Country::hasAny()
Country::find()
Country::findAll()
Country::execute()
Country::findCount()
Country::isUnique()
Country::findAllThreaded()
Country::findNeighbours()
Country::query()
Country::validates()
Country::invalidFields()
Country::invalidate()
Country::isForeignKey()
Country::getDisplayField()
Country::generateList()
Country::escapeField()
Country::getID()
Country::normalizeFindParams()
Country::getLastInsertID()
Country::getInsertID()
Country::setInsertID()
Country::getNumRows()
Country::getAffectedRows()
Country::setDataSource()
Country::getDataSource()
Country::getAssociated()
Country::joinModel()
Country::beforeFind()
Country::afterFind()
Country::beforeSave()
Country::afterSave()
Country::beforeDelete()
Country::afterDelete()
Country::beforeValidate()
Country::onError()
Country::overload()
Country::Object()
Country::toString()
Country::requestAction()
Country::log()
Country::cakeError()
City::$Adminarea = Adminarea
Adminarea::$name = "Adminarea"
Adminarea::$belongsTo = array(
"Country" => array(
"className" => "Country",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Adminarea::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "adminarea_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Adminarea::$useDbConfig = "default"
Adminarea::$useTable = "adminareas"
Adminarea::$displayField = "name"
Adminarea::$id = false
Adminarea::$data = array()
Adminarea::$table = "adminareas"
Adminarea::$primaryKey = "id"
Adminarea::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
Adminarea::$validate = array()
Adminarea::$validationErrors = array()
Adminarea::$tablePrefix = NULL
Adminarea::$alias = "Adminarea"
Adminarea::$tableToModel = array(
"adminareas" => "Adminarea",
"countries" => "Country",
"cities" => "Cities"
)
Adminarea::$logTransactions = false
Adminarea::$transactional = false
Adminarea::$cacheQueries = false
Adminarea::$hasOne = array()
Adminarea::$hasAndBelongsToMany = array()
Adminarea::$actsAs = NULL
Adminarea::$behaviors = array()
Adminarea::$whitelist = array()
Adminarea::$cacheSources = true
Adminarea::$findQueryType = NULL
Adminarea::$__behaviorMethods = array()
Adminarea::$recursive = 1
Adminarea::$order = NULL
Adminarea::$__exists = NULL
Adminarea::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Adminarea::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Adminarea::$__backAssociation = array()
Adminarea::$__insertID = NULL
Adminarea::$__numRows = NULL
Adminarea::$__affectedRows = NULL
Adminarea::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Adminarea::$_log = NULL
Adminarea::$Country = Country
Country::$name = "Country"
Country::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
),
"Freeways" => array(
"className" => "Freeways",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Country::$useDbConfig = "default"
Country::$useTable = "countries"
Country::$displayField = "name"
Country::$id = false
Country::$data = array()
Country::$table = "countries"
Country::$primaryKey = "id"
Country::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"code" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 5
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
)
)
Country::$validate = array()
Country::$validationErrors = array()
Country::$tablePrefix = NULL
Country::$alias = "Country"
Country::$tableToModel = array(
"countries" => "Country",
"cities" => "Cities",
"freeways" => "Freeways"
)
Country::$logTransactions = false
Country::$transactional = false
Country::$cacheQueries = false
Country::$belongsTo = array()
Country::$hasOne = array()
Country::$hasAndBelongsToMany = array()
Country::$actsAs = NULL
Country::$behaviors = array()
Country::$whitelist = array()
Country::$cacheSources = true
Country::$findQueryType = NULL
Country::$__behaviorMethods = array()
Country::$recursive = 1
Country::$order = NULL
Country::$__exists = NULL
Country::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Country::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Country::$__backAssociation = array()
Country::$__insertID = NULL
Country::$__numRows = NULL
Country::$__affectedRows = NULL
Country::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Country::$_log = NULL
Country::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::$Freeways = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "freeways"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "freeways"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Freeways"
AppModel::$alias = "Freeways"
AppModel::$tableToModel = array(
"freeways" => "Freeways"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::call__()
Country::bind()
Country::bindModel()
Country::unbindModel()
Country::setSource()
Country::set()
Country::deconstruct()
Country::schema()
Country::loadInfo()
Country::getColumnTypes()
Country::getColumnType()
Country::hasField()
Country::create()
Country::read()
Country::field()
Country::saveField()
Country::save()
Country::updateCounterCache()
Country::saveAll()
Country::updateAll()
Country::remove()
Country::del()
Country::delete()
Country::deleteAll()
Country::exists()
Country::hasAny()
Country::find()
Country::findAll()
Country::execute()
Country::findCount()
Country::isUnique()
Country::findAllThreaded()
Country::findNeighbours()
Country::query()
Country::validates()
Country::invalidFields()
Country::invalidate()
Country::isForeignKey()
Country::getDisplayField()
Country::generateList()
Country::escapeField()
Country::getID()
Country::normalizeFindParams()
Country::getLastInsertID()
Country::getInsertID()
Country::setInsertID()
Country::getNumRows()
Country::getAffectedRows()
Country::setDataSource()
Country::getDataSource()
Country::getAssociated()
Country::joinModel()
Country::beforeFind()
Country::afterFind()
Country::beforeSave()
Country::afterSave()
Country::beforeDelete()
Country::afterDelete()
Country::beforeValidate()
Country::onError()
Country::overload()
Country::Object()
Country::toString()
Country::requestAction()
Country::log()
Country::cakeError()
Adminarea::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Adminarea::call__()
Adminarea::bind()
Adminarea::bindModel()
Adminarea::unbindModel()
Adminarea::setSource()
Adminarea::set()
Adminarea::deconstruct()
Adminarea::schema()
Adminarea::loadInfo()
Adminarea::getColumnTypes()
Adminarea::getColumnType()
Adminarea::hasField()
Adminarea::create()
Adminarea::read()
Adminarea::field()
Adminarea::saveField()
Adminarea::save()
Adminarea::updateCounterCache()
Adminarea::saveAll()
Adminarea::updateAll()
Adminarea::remove()
Adminarea::del()
Adminarea::delete()
Adminarea::deleteAll()
Adminarea::exists()
Adminarea::hasAny()
Adminarea::find()
Adminarea::findAll()
Adminarea::execute()
Adminarea::findCount()
Adminarea::isUnique()
Adminarea::findAllThreaded()
Adminarea::findNeighbours()
Adminarea::query()
Adminarea::validates()
Adminarea::invalidFields()
Adminarea::invalidate()
Adminarea::isForeignKey()
Adminarea::getDisplayField()
Adminarea::generateList()
Adminarea::escapeField()
Adminarea::getID()
Adminarea::normalizeFindParams()
Adminarea::getLastInsertID()
Adminarea::getInsertID()
Adminarea::setInsertID()
Adminarea::getNumRows()
Adminarea::getAffectedRows()
Adminarea::setDataSource()
Adminarea::getDataSource()
Adminarea::getAssociated()
Adminarea::joinModel()
Adminarea::beforeFind()
Adminarea::afterFind()
Adminarea::beforeSave()
Adminarea::afterSave()
Adminarea::beforeDelete()
Adminarea::afterDelete()
Adminarea::beforeValidate()
Adminarea::onError()
Adminarea::overload()
Adminarea::Object()
Adminarea::toString()
Adminarea::requestAction()
Adminarea::log()
Adminarea::cakeError()
City::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
City::handleFileUpload()
City::call__()
City::bind()
City::bindModel()
City::unbindModel()
City::setSource()
City::set()
City::deconstruct()
City::schema()
City::loadInfo()
City::getColumnTypes()
City::getColumnType()
City::hasField()
City::create()
City::read()
City::field()
City::saveField()
City::save()
City::updateCounterCache()
City::saveAll()
City::updateAll()
City::remove()
City::del()
City::delete()
City::deleteAll()
City::exists()
City::hasAny()
City::find()
City::findAll()
City::execute()
City::findCount()
City::isUnique()
City::findAllThreaded()
City::findNeighbours()
City::query()
City::validates()
City::invalidFields()
City::invalidate()
City::isForeignKey()
City::getDisplayField()
City::generateList()
City::escapeField()
City::getID()
City::normalizeFindParams()
City::getLastInsertID()
City::getInsertID()
City::setInsertID()
City::getNumRows()
City::getAffectedRows()
City::setDataSource()
City::getDataSource()
City::getAssociated()
City::joinModel()
City::beforeFind()
City::afterFind()
City::beforeSave()
City::afterSave()
City::beforeDelete()
City::afterDelete()
City::beforeValidate()
City::onError()
City::overload()
City::Object()
City::toString()
City::requestAction()
City::log()
City::cakeError()
Item::$Podcast = Podcast
Podcast::$name = "Podcast"
Podcast::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "podcast_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Podcast::$belongsTo = array(
"PodcastCategory" => array(
"className" => "PodcastCategory",
"conditions" => "[empty string]",
"order" => "[empty string]",
"foreignKey" => "category_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Podcast::$validateFile = array(
"size" => 1048576,
"type" => "jpeg"
)
Podcast::$useDbConfig = "default"
Podcast::$useTable = "podcasts"
Podcast::$displayField = "title"
Podcast::$id = false
Podcast::$data = array()
Podcast::$table = "podcasts"
Podcast::$primaryKey = "id"
Podcast::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 50
),
"description" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"category_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"active" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"created" => array(
"type" => "timestamp",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"updated" => array(
"type" => "timestamp",
"null" => true,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"itunes_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"podcast_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
)
)
Podcast::$validate = array()
Podcast::$validationErrors = array()
Podcast::$tablePrefix = NULL
Podcast::$alias = "Podcast"
Podcast::$tableToModel = array(
"podcasts" => "Podcast",
"podcast_categories" => "PodcastCategory",
"items" => "Items"
)
Podcast::$logTransactions = false
Podcast::$transactional = false
Podcast::$cacheQueries = false
Podcast::$hasOne = array()
Podcast::$hasAndBelongsToMany = array()
Podcast::$actsAs = NULL
Podcast::$behaviors = array()
Podcast::$whitelist = array()
Podcast::$cacheSources = true
Podcast::$findQueryType = NULL
Podcast::$__behaviorMethods = array()
Podcast::$recursive = 1
Podcast::$order = NULL
Podcast::$__exists = NULL
Podcast::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Podcast::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Podcast::$__backAssociation = array()
Podcast::$__insertID = NULL
Podcast::$__numRows = NULL
Podcast::$__affectedRows = NULL
Podcast::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Podcast::$_log = NULL
Podcast::$PodcastCategory = PodcastCategory
PodcastCategory::$name = "PodcastCategory"
PodcastCategory::$hasMany = array(
"Podcasts" => array(
"className" => "Podcasts",
"foreignKey" => "podcast_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
PodcastCategory::$useDbConfig = "default"
PodcastCategory::$useTable = "podcast_categories"
PodcastCategory::$displayField = "title"
PodcastCategory::$id = false
PodcastCategory::$data = array()
PodcastCategory::$table = "podcast_categories"
PodcastCategory::$primaryKey = "id"
PodcastCategory::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 128
),
"parent_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
PodcastCategory::$validate = array()
PodcastCategory::$validationErrors = array()
PodcastCategory::$tablePrefix = NULL
PodcastCategory::$alias = "PodcastCategory"
PodcastCategory::$tableToModel = array(
"podcast_categories" => "PodcastCategory",
"podcasts" => "Podcasts"
)
PodcastCategory::$logTransactions = false
PodcastCategory::$transactional = false
PodcastCategory::$cacheQueries = false
PodcastCategory::$belongsTo = array()
PodcastCategory::$hasOne = array()
PodcastCategory::$hasAndBelongsToMany = array()
PodcastCategory::$actsAs = NULL
PodcastCategory::$behaviors = array()
PodcastCategory::$whitelist = array()
PodcastCategory::$cacheSources = true
PodcastCategory::$findQueryType = NULL
PodcastCategory::$__behaviorMethods = array()
PodcastCategory::$recursive = 1
PodcastCategory::$order = NULL
PodcastCategory::$__exists = NULL
PodcastCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
PodcastCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
PodcastCategory::$__backAssociation = array()
PodcastCategory::$__insertID = NULL
PodcastCategory::$__numRows = NULL
PodcastCategory::$__affectedRows = NULL
PodcastCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
PodcastCategory::$_log = NULL
PodcastCategory::$Podcasts = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "podcasts"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "podcasts"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 50
),
"description" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"category_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"active" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"created" => array(
"type" => "timestamp",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"updated" => array(
"type" => "timestamp",
"null" => true,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"itunes_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"podcast_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Podcasts"
AppModel::$alias = "Podcasts"
AppModel::$tableToModel = array(
"podcasts" => "Podcasts"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
PodcastCategory::call__()
PodcastCategory::bind()
PodcastCategory::bindModel()
PodcastCategory::unbindModel()
PodcastCategory::setSource()
PodcastCategory::set()
PodcastCategory::deconstruct()
PodcastCategory::schema()
PodcastCategory::loadInfo()
PodcastCategory::getColumnTypes()
PodcastCategory::getColumnType()
PodcastCategory::hasField()
PodcastCategory::create()
PodcastCategory::read()
PodcastCategory::field()
PodcastCategory::saveField()
PodcastCategory::save()
PodcastCategory::updateCounterCache()
PodcastCategory::saveAll()
PodcastCategory::updateAll()
PodcastCategory::remove()
PodcastCategory::del()
PodcastCategory::delete()
PodcastCategory::deleteAll()
PodcastCategory::exists()
PodcastCategory::hasAny()
PodcastCategory::find()
PodcastCategory::findAll()
PodcastCategory::execute()
PodcastCategory::findCount()
PodcastCategory::isUnique()
PodcastCategory::findAllThreaded()
PodcastCategory::findNeighbours()
PodcastCategory::query()
PodcastCategory::validates()
PodcastCategory::invalidFields()
PodcastCategory::invalidate()
PodcastCategory::isForeignKey()
PodcastCategory::getDisplayField()
PodcastCategory::generateList()
PodcastCategory::escapeField()
PodcastCategory::getID()
PodcastCategory::normalizeFindParams()
PodcastCategory::getLastInsertID()
PodcastCategory::getInsertID()
PodcastCategory::setInsertID()
PodcastCategory::getNumRows()
PodcastCategory::getAffectedRows()
PodcastCategory::setDataSource()
PodcastCategory::getDataSource()
PodcastCategory::getAssociated()
PodcastCategory::joinModel()
PodcastCategory::beforeFind()
PodcastCategory::afterFind()
PodcastCategory::beforeSave()
PodcastCategory::afterSave()
PodcastCategory::beforeDelete()
PodcastCategory::afterDelete()
PodcastCategory::beforeValidate()
PodcastCategory::onError()
PodcastCategory::overload()
PodcastCategory::Object()
PodcastCategory::toString()
PodcastCategory::requestAction()
PodcastCategory::log()
PodcastCategory::cakeError()
Podcast::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Podcast::generateUniqueFilename()
Podcast::handleFileUpload()
Podcast::deleteMovedFile()
Podcast::call__()
Podcast::bind()
Podcast::bindModel()
Podcast::unbindModel()
Podcast::setSource()
Podcast::set()
Podcast::deconstruct()
Podcast::schema()
Podcast::loadInfo()
Podcast::getColumnTypes()
Podcast::getColumnType()
Podcast::hasField()
Podcast::create()
Podcast::read()
Podcast::field()
Podcast::saveField()
Podcast::save()
Podcast::updateCounterCache()
Podcast::saveAll()
Podcast::updateAll()
Podcast::remove()
Podcast::del()
Podcast::delete()
Podcast::deleteAll()
Podcast::exists()
Podcast::hasAny()
Podcast::find()
Podcast::findAll()
Podcast::execute()
Podcast::findCount()
Podcast::isUnique()
Podcast::findAllThreaded()
Podcast::findNeighbours()
Podcast::query()
Podcast::validates()
Podcast::invalidFields()
Podcast::invalidate()
Podcast::isForeignKey()
Podcast::getDisplayField()
Podcast::generateList()
Podcast::escapeField()
Podcast::getID()
Podcast::normalizeFindParams()
Podcast::getLastInsertID()
Podcast::getInsertID()
Podcast::setInsertID()
Podcast::getNumRows()
Podcast::getAffectedRows()
Podcast::setDataSource()
Podcast::getDataSource()
Podcast::getAssociated()
Podcast::joinModel()
Podcast::beforeFind()
Podcast::afterFind()
Podcast::beforeSave()
Podcast::afterSave()
Podcast::beforeDelete()
Podcast::afterDelete()
Podcast::beforeValidate()
Podcast::onError()
Podcast::overload()
Podcast::Object()
Podcast::toString()
Podcast::requestAction()
Podcast::log()
Podcast::cakeError()
Item::$Tag = Tag
Tag::$name = "Tag"
Tag::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"with" => "ItemsTags",
"joinTable" => "items_tags",
"foreignKey" => "tag_id",
"associationForeignKey" => "item_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
Tag::$useDbConfig = "default"
Tag::$useTable = "tags"
Tag::$displayField = "id"
Tag::$id = false
Tag::$data = array()
Tag::$table = "tags"
Tag::$primaryKey = "id"
Tag::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 10,
"key" => "primary",
"extra" => "auto_increment"
),
"tag" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 100
)
)
Tag::$validate = array()
Tag::$validationErrors = array()
Tag::$tablePrefix = NULL
Tag::$alias = "Tag"
Tag::$tableToModel = array(
"tags" => "Tag",
"items" => "Item"
)
Tag::$logTransactions = false
Tag::$transactional = false
Tag::$cacheQueries = false
Tag::$belongsTo = array()
Tag::$hasOne = array()
Tag::$hasMany = array()
Tag::$actsAs = NULL
Tag::$behaviors = array()
Tag::$whitelist = array()
Tag::$cacheSources = true
Tag::$findQueryType = NULL
Tag::$__behaviorMethods = array()
Tag::$recursive = 1
Tag::$order = NULL
Tag::$__exists = NULL
Tag::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Tag::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Tag::$__backAssociation = array()
Tag::$__insertID = NULL
Tag::$__numRows = NULL
Tag::$__affectedRows = NULL
Tag::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Tag::$_log = NULL
Tag::$Item = "*RECURSION* -> Item"
Tag::$ItemsTags = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items_tags"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items_tags"
AppModel::$primaryKey = "tag_id"
AppModel::$_schema = array(
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
),
"tag_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "ItemsTags"
AppModel::$alias = "ItemsTags"
AppModel::$tableToModel = array(
"items_tags" => "ItemsTags"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Tag::getTagIdsForArray()
Tag::getTagStringforItem()
Tag::call__()
Tag::bind()
Tag::bindModel()
Tag::unbindModel()
Tag::setSource()
Tag::set()
Tag::deconstruct()
Tag::schema()
Tag::loadInfo()
Tag::getColumnTypes()
Tag::getColumnType()
Tag::hasField()
Tag::create()
Tag::read()
Tag::field()
Tag::saveField()
Tag::save()
Tag::updateCounterCache()
Tag::saveAll()
Tag::updateAll()
Tag::remove()
Tag::del()
Tag::delete()
Tag::deleteAll()
Tag::exists()
Tag::hasAny()
Tag::find()
Tag::findAll()
Tag::execute()
Tag::findCount()
Tag::isUnique()
Tag::findAllThreaded()
Tag::findNeighbours()
Tag::query()
Tag::validates()
Tag::invalidFields()
Tag::invalidate()
Tag::isForeignKey()
Tag::getDisplayField()
Tag::generateList()
Tag::escapeField()
Tag::getID()
Tag::normalizeFindParams()
Tag::getLastInsertID()
Tag::getInsertID()
Tag::setInsertID()
Tag::getNumRows()
Tag::getAffectedRows()
Tag::setDataSource()
Tag::getDataSource()
Tag::getAssociated()
Tag::joinModel()
Tag::beforeFind()
Tag::afterFind()
Tag::beforeSave()
Tag::afterSave()
Tag::beforeDelete()
Tag::afterDelete()
Tag::beforeValidate()
Tag::onError()
Tag::overload()
Tag::Object()
Tag::toString()
Tag::requestAction()
Tag::log()
Tag::cakeError()
Item::$Road = Road
Road::$name = "Road"
Road::$actsAs = array(
"ExtendAssociations" => null
)
Road::$belongsTo = array(
"Freeway" => array(
"className" => "Freeway",
"foreignKey" => "freeway_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Road::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"with" => "RoadsItems",
"joinTable" => "roads_items",
"foreignKey" => "road_id",
"associationForeignKey" => "item_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
Road::$useDbConfig = "default"
Road::$useTable = "roads"
Road::$displayField = "title"
Road::$id = false
Road::$data = array()
Road::$table = "roads"
Road::$primaryKey = "id"
Road::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"pixel_from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"pixel_to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"polygon" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 512
),
"freeway_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 10
),
"opposite_lane" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 11
)
)
Road::$validate = array()
Road::$validationErrors = array()
Road::$tablePrefix = NULL
Road::$alias = "Road"
Road::$tableToModel = array(
"roads" => "Road",
"freeways" => "Freeway",
"items" => "Item"
)
Road::$logTransactions = false
Road::$transactional = false
Road::$cacheQueries = false
Road::$hasOne = array()
Road::$hasMany = array()
Road::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
Road::$whitelist = array()
Road::$cacheSources = true
Road::$findQueryType = NULL
Road::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
Road::$recursive = 1
Road::$order = NULL
Road::$__exists = NULL
Road::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Road::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Road::$__backAssociation = array()
Road::$__insertID = NULL
Road::$__numRows = NULL
Road::$__affectedRows = NULL
Road::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Road::$_log = NULL
Road::$Freeway = Freeway
Freeway::$name = "Freeway"
Freeway::$hasMany = array(
"Roads" => array(
"className" => "Roads",
"foreignKey" => "freeway_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Freeway::$belongsTo = array(
"Country" => array(
"className" => "Country",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Freeway::$useDbConfig = "default"
Freeway::$useTable = "freeways"
Freeway::$displayField = "name"
Freeway::$id = false
Freeway::$data = array()
Freeway::$table = "freeways"
Freeway::$primaryKey = "id"
Freeway::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
Freeway::$validate = array()
Freeway::$validationErrors = array()
Freeway::$tablePrefix = NULL
Freeway::$alias = "Freeway"
Freeway::$tableToModel = array(
"freeways" => "Freeway",
"countries" => "Country",
"roads" => "Roads"
)
Freeway::$logTransactions = false
Freeway::$transactional = false
Freeway::$cacheQueries = false
Freeway::$hasOne = array()
Freeway::$hasAndBelongsToMany = array()
Freeway::$actsAs = NULL
Freeway::$behaviors = array()
Freeway::$whitelist = array()
Freeway::$cacheSources = true
Freeway::$findQueryType = NULL
Freeway::$__behaviorMethods = array()
Freeway::$recursive = 1
Freeway::$order = NULL
Freeway::$__exists = NULL
Freeway::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Freeway::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Freeway::$__backAssociation = array()
Freeway::$__insertID = NULL
Freeway::$__numRows = NULL
Freeway::$__affectedRows = NULL
Freeway::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Freeway::$_log = NULL
Freeway::$Country = Country
Country::$name = "Country"
Country::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
),
"Freeways" => array(
"className" => "Freeways",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Country::$useDbConfig = "default"
Country::$useTable = "countries"
Country::$displayField = "name"
Country::$id = false
Country::$data = array()
Country::$table = "countries"
Country::$primaryKey = "id"
Country::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"code" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 5
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
)
)
Country::$validate = array()
Country::$validationErrors = array()
Country::$tablePrefix = NULL
Country::$alias = "Country"
Country::$tableToModel = array(
"countries" => "Country",
"cities" => "Cities",
"freeways" => "Freeways"
)
Country::$logTransactions = false
Country::$transactional = false
Country::$cacheQueries = false
Country::$belongsTo = array()
Country::$hasOne = array()
Country::$hasAndBelongsToMany = array()
Country::$actsAs = NULL
Country::$behaviors = array()
Country::$whitelist = array()
Country::$cacheSources = true
Country::$findQueryType = NULL
Country::$__behaviorMethods = array()
Country::$recursive = 1
Country::$order = NULL
Country::$__exists = NULL
Country::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Country::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Country::$__backAssociation = array()
Country::$__insertID = NULL
Country::$__numRows = NULL
Country::$__affectedRows = NULL
Country::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Country::$_log = NULL
Country::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::$Freeways = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "freeways"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "freeways"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Freeways"
AppModel::$alias = "Freeways"
AppModel::$tableToModel = array(
"freeways" => "Freeways"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::call__()
Country::bind()
Country::bindModel()
Country::unbindModel()
Country::setSource()
Country::set()
Country::deconstruct()
Country::schema()
Country::loadInfo()
Country::getColumnTypes()
Country::getColumnType()
Country::hasField()
Country::create()
Country::read()
Country::field()
Country::saveField()
Country::save()
Country::updateCounterCache()
Country::saveAll()
Country::updateAll()
Country::remove()
Country::del()
Country::delete()
Country::deleteAll()
Country::exists()
Country::hasAny()
Country::find()
Country::findAll()
Country::execute()
Country::findCount()
Country::isUnique()
Country::findAllThreaded()
Country::findNeighbours()
Country::query()
Country::validates()
Country::invalidFields()
Country::invalidate()
Country::isForeignKey()
Country::getDisplayField()
Country::generateList()
Country::escapeField()
Country::getID()
Country::normalizeFindParams()
Country::getLastInsertID()
Country::getInsertID()
Country::setInsertID()
Country::getNumRows()
Country::getAffectedRows()
Country::setDataSource()
Country::getDataSource()
Country::getAssociated()
Country::joinModel()
Country::beforeFind()
Country::afterFind()
Country::beforeSave()
Country::afterSave()
Country::beforeDelete()
Country::afterDelete()
Country::beforeValidate()
Country::onError()
Country::overload()
Country::Object()
Country::toString()
Country::requestAction()
Country::log()
Country::cakeError()
Freeway::$Roads = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "roads"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "roads"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"pixel_from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"pixel_to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"polygon" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 512
),
"freeway_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 10
),
"opposite_lane" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Roads"
AppModel::$alias = "Roads"
AppModel::$tableToModel = array(
"roads" => "Roads"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Freeway::call__()
Freeway::bind()
Freeway::bindModel()
Freeway::unbindModel()
Freeway::setSource()
Freeway::set()
Freeway::deconstruct()
Freeway::schema()
Freeway::loadInfo()
Freeway::getColumnTypes()
Freeway::getColumnType()
Freeway::hasField()
Freeway::create()
Freeway::read()
Freeway::field()
Freeway::saveField()
Freeway::save()
Freeway::updateCounterCache()
Freeway::saveAll()
Freeway::updateAll()
Freeway::remove()
Freeway::del()
Freeway::delete()
Freeway::deleteAll()
Freeway::exists()
Freeway::hasAny()
Freeway::find()
Freeway::findAll()
Freeway::execute()
Freeway::findCount()
Freeway::isUnique()
Freeway::findAllThreaded()
Freeway::findNeighbours()
Freeway::query()
Freeway::validates()
Freeway::invalidFields()
Freeway::invalidate()
Freeway::isForeignKey()
Freeway::getDisplayField()
Freeway::generateList()
Freeway::escapeField()
Freeway::getID()
Freeway::normalizeFindParams()
Freeway::getLastInsertID()
Freeway::getInsertID()
Freeway::setInsertID()
Freeway::getNumRows()
Freeway::getAffectedRows()
Freeway::setDataSource()
Freeway::getDataSource()
Freeway::getAssociated()
Freeway::joinModel()
Freeway::beforeFind()
Freeway::afterFind()
Freeway::beforeSave()
Freeway::afterSave()
Freeway::beforeDelete()
Freeway::afterDelete()
Freeway::beforeValidate()
Freeway::onError()
Freeway::overload()
Freeway::Object()
Freeway::toString()
Freeway::requestAction()
Freeway::log()
Freeway::cakeError()
Road::$Item = "*RECURSION* -> Item"
Road::$RoadsItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "roads_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "roads_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"road_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"km" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "RoadsItems"
AppModel::$alias = "RoadsItems"
AppModel::$tableToModel = array(
"roads_items" => "RoadsItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Road::readWithItemsString()
Road::saveWithItems()
Road::saveWithItemsString()
Road::getItemIdsForRoad()
Road::getItemIdsForRoadId()
Road::call__()
Road::bind()
Road::bindModel()
Road::unbindModel()
Road::setSource()
Road::set()
Road::deconstruct()
Road::schema()
Road::loadInfo()
Road::getColumnTypes()
Road::getColumnType()
Road::hasField()
Road::create()
Road::read()
Road::field()
Road::saveField()
Road::save()
Road::updateCounterCache()
Road::saveAll()
Road::updateAll()
Road::remove()
Road::del()
Road::delete()
Road::deleteAll()
Road::exists()
Road::hasAny()
Road::find()
Road::findAll()
Road::execute()
Road::findCount()
Road::isUnique()
Road::findAllThreaded()
Road::findNeighbours()
Road::query()
Road::validates()
Road::invalidFields()
Road::invalidate()
Road::isForeignKey()
Road::getDisplayField()
Road::generateList()
Road::escapeField()
Road::getID()
Road::normalizeFindParams()
Road::getLastInsertID()
Road::getInsertID()
Road::setInsertID()
Road::getNumRows()
Road::getAffectedRows()
Road::setDataSource()
Road::getDataSource()
Road::getAssociated()
Road::joinModel()
Road::beforeFind()
Road::afterFind()
Road::beforeSave()
Road::afterSave()
Road::beforeDelete()
Road::afterDelete()
Road::beforeValidate()
Road::onError()
Road::overload()
Road::Object()
Road::toString()
Road::requestAction()
Road::log()
Road::cakeError()
Item::$LegendCategory = LegendCategory
LegendCategory::$name = "LegendCategory"
LegendCategory::$actsAs = array(
"ExtendAssociations" => null
)
LegendCategory::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"joinTable" => "legend_categories_items",
"with" => "LegendCategoriesItems",
"foreignKey" => "legend_category_id",
"associationForeignKey" => "item_id",
"unique" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
LegendCategory::$useDbConfig = "default"
LegendCategory::$useTable = "legend_categories"
LegendCategory::$displayField = "title"
LegendCategory::$id = false
LegendCategory::$data = array()
LegendCategory::$table = "legend_categories"
LegendCategory::$primaryKey = "id"
LegendCategory::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
LegendCategory::$validate = array()
LegendCategory::$validationErrors = array()
LegendCategory::$tablePrefix = NULL
LegendCategory::$alias = "LegendCategory"
LegendCategory::$tableToModel = array(
"legend_categories" => "LegendCategory",
"items" => "Item"
)
LegendCategory::$logTransactions = false
LegendCategory::$transactional = false
LegendCategory::$cacheQueries = false
LegendCategory::$belongsTo = array()
LegendCategory::$hasOne = array()
LegendCategory::$hasMany = array()
LegendCategory::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
LegendCategory::$whitelist = array()
LegendCategory::$cacheSources = true
LegendCategory::$findQueryType = NULL
LegendCategory::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
LegendCategory::$recursive = 1
LegendCategory::$order = NULL
LegendCategory::$__exists = NULL
LegendCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
LegendCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
LegendCategory::$__backAssociation = array()
LegendCategory::$__insertID = NULL
LegendCategory::$__numRows = NULL
LegendCategory::$__affectedRows = NULL
LegendCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
LegendCategory::$_log = NULL
LegendCategory::$Item = "*RECURSION* -> Item"
LegendCategory::$LegendCategoriesItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "legend_categories_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "legend_categories_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"legend_category_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "LegendCategoriesItems"
AppModel::$alias = "LegendCategoriesItems"
AppModel::$tableToModel = array(
"legend_categories_items" => "LegendCategoriesItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
LegendCategory::saveWithItems()
LegendCategory::handleFileUpload()
LegendCategory::call__()
LegendCategory::bind()
LegendCategory::bindModel()
LegendCategory::unbindModel()
LegendCategory::setSource()
LegendCategory::set()
LegendCategory::deconstruct()
LegendCategory::schema()
LegendCategory::loadInfo()
LegendCategory::getColumnTypes()
LegendCategory::getColumnType()
LegendCategory::hasField()
LegendCategory::create()
LegendCategory::read()
LegendCategory::field()
LegendCategory::saveField()
LegendCategory::save()
LegendCategory::updateCounterCache()
LegendCategory::saveAll()
LegendCategory::updateAll()
LegendCategory::remove()
LegendCategory::del()
LegendCategory::delete()
LegendCategory::deleteAll()
LegendCategory::exists()
LegendCategory::hasAny()
LegendCategory::find()
LegendCategory::findAll()
LegendCategory::execute()
LegendCategory::findCount()
LegendCategory::isUnique()
LegendCategory::findAllThreaded()
LegendCategory::findNeighbours()
LegendCategory::query()
LegendCategory::validates()
LegendCategory::invalidFields()
LegendCategory::invalidate()
LegendCategory::isForeignKey()
LegendCategory::getDisplayField()
LegendCategory::generateList()
LegendCategory::escapeField()
LegendCategory::getID()
LegendCategory::normalizeFindParams()
LegendCategory::getLastInsertID()
LegendCategory::getInsertID()
LegendCategory::setInsertID()
LegendCategory::getNumRows()
LegendCategory::getAffectedRows()
LegendCategory::setDataSource()
LegendCategory::getDataSource()
LegendCategory::getAssociated()
LegendCategory::joinModel()
LegendCategory::beforeFind()
LegendCategory::afterFind()
LegendCategory::beforeSave()
LegendCategory::afterSave()
LegendCategory::beforeDelete()
LegendCategory::afterDelete()
LegendCategory::beforeValidate()
LegendCategory::onError()
LegendCategory::overload()
LegendCategory::Object()
LegendCategory::toString()
LegendCategory::requestAction()
LegendCategory::log()
LegendCategory::cakeError()
Item::$ItemsTags = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items_tags"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items_tags"
AppModel::$primaryKey = "item_id"
AppModel::$_schema = array(
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
),
"tag_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "ItemsTags"
AppModel::$alias = "ItemsTags"
AppModel::$tableToModel = array(
"items_tags" => "ItemsTags"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Item::$RoadsItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "roads_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "roads_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"road_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"km" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "RoadsItems"
AppModel::$alias = "RoadsItems"
AppModel::$tableToModel = array(
"roads_items" => "RoadsItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Item::$LegendCategoriesItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "legend_categories_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "legend_categories_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"legend_category_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "LegendCategoriesItems"
AppModel::$alias = "LegendCategoriesItems"
AppModel::$tableToModel = array(
"legend_categories_items" => "LegendCategoriesItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Item::getConditionString()
Item::getItemsViewport()
Item::getViewBounds()
Item::getViewBoundsCentered()
Item::boundsSWNEtoCenterSpan()
Item::centerSpanToBoundsSWNE()
Item::getItems()
Item::getNewItems()
Item::getLatestSightItems()
Item::matchByTitle()
Item::getAvailableCategories()
Item::getItemsForLegend()
Item::getItemsByCategory()
Item::getItemsInCityByCategory()
Item::getTagsForItem()
Item::getItemsForTag()
Item::getCities()
Item::generateUniqueFilename()
Item::handleFileUpload()
Item::deleteMovedFile()
Item::getAudioLength()
Item::getAudioSize()
Item::del()
Item::resize_image()
Item::call__()
Item::bind()
Item::bindModel()
Item::unbindModel()
Item::setSource()
Item::set()
Item::deconstruct()
Item::schema()
Item::loadInfo()
Item::getColumnTypes()
Item::getColumnType()
Item::hasField()
Item::create()
Item::read()
Item::field()
Item::saveField()
Item::save()
Item::updateCounterCache()
Item::saveAll()
Item::updateAll()
Item::remove()
Item::delete()
Item::deleteAll()
Item::exists()
Item::hasAny()
Item::find()
Item::findAll()
Item::execute()
Item::findCount()
Item::isUnique()
Item::findAllThreaded()
Item::findNeighbours()
Item::query()
Item::validates()
Item::invalidFields()
Item::invalidate()
Item::isForeignKey()
Item::getDisplayField()
Item::generateList()
Item::escapeField()
Item::getID()
Item::normalizeFindParams()
Item::getLastInsertID()
Item::getInsertID()
Item::setInsertID()
Item::getNumRows()
Item::getAffectedRows()
Item::setDataSource()
Item::getDataSource()
Item::getAssociated()
Item::joinModel()
Item::beforeFind()
Item::afterFind()
Item::beforeSave()
Item::afterSave()
Item::beforeDelete()
Item::afterDelete()
Item::beforeValidate()
Item::onError()
Item::overload()
Item::Object()
Item::toString()
Item::requestAction()
Item::log()
Item::cakeError()
LegendCategory::$LegendCategoriesItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "legend_categories_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "legend_categories_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"legend_category_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "LegendCategoriesItems"
AppModel::$alias = "LegendCategoriesItems"
AppModel::$tableToModel = array(
"legend_categories_items" => "LegendCategoriesItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
LegendCategory::saveWithItems()
LegendCategory::handleFileUpload()
LegendCategory::call__()
LegendCategory::bind()
LegendCategory::bindModel()
LegendCategory::unbindModel()
LegendCategory::setSource()
LegendCategory::set()
LegendCategory::deconstruct()
LegendCategory::schema()
LegendCategory::loadInfo()
LegendCategory::getColumnTypes()
LegendCategory::getColumnType()
LegendCategory::hasField()
LegendCategory::create()
LegendCategory::read()
LegendCategory::field()
LegendCategory::saveField()
LegendCategory::save()
LegendCategory::updateCounterCache()
LegendCategory::saveAll()
LegendCategory::updateAll()
LegendCategory::remove()
LegendCategory::del()
LegendCategory::delete()
LegendCategory::deleteAll()
LegendCategory::exists()
LegendCategory::hasAny()
LegendCategory::find()
LegendCategory::findAll()
LegendCategory::execute()
LegendCategory::findCount()
LegendCategory::isUnique()
LegendCategory::findAllThreaded()
LegendCategory::findNeighbours()
LegendCategory::query()
LegendCategory::validates()
LegendCategory::invalidFields()
LegendCategory::invalidate()
LegendCategory::isForeignKey()
LegendCategory::getDisplayField()
LegendCategory::generateList()
LegendCategory::escapeField()
LegendCategory::getID()
LegendCategory::normalizeFindParams()
LegendCategory::getLastInsertID()
LegendCategory::getInsertID()
LegendCategory::setInsertID()
LegendCategory::getNumRows()
LegendCategory::getAffectedRows()
LegendCategory::setDataSource()
LegendCategory::getDataSource()
LegendCategory::getAssociated()
LegendCategory::joinModel()
LegendCategory::beforeFind()
LegendCategory::afterFind()
LegendCategory::beforeSave()
LegendCategory::afterSave()
LegendCategory::beforeDelete()
LegendCategory::afterDelete()
LegendCategory::beforeValidate()
LegendCategory::onError()
LegendCategory::overload()
LegendCategory::Object()
LegendCategory::toString()
LegendCategory::requestAction()
LegendCategory::log()
LegendCategory::cakeError()
$items = array()
$CategoryModel = Category
Category::$name = "Category"
Category::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Category::$useDbConfig = "default"
Category::$useTable = "categories"
Category::$displayField = "title"
Category::$id = false
Category::$data = array()
Category::$table = "categories"
Category::$primaryKey = "id"
Category::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"short" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 20
),
"teaser" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
)
)
Category::$validate = array()
Category::$validationErrors = array()
Category::$tablePrefix = NULL
Category::$alias = "Category"
Category::$tableToModel = array(
"categories" => "Category",
"items" => "Items"
)
Category::$logTransactions = false
Category::$transactional = false
Category::$cacheQueries = false
Category::$belongsTo = array()
Category::$hasOne = array()
Category::$hasAndBelongsToMany = array()
Category::$actsAs = NULL
Category::$behaviors = array()
Category::$whitelist = array()
Category::$cacheSources = true
Category::$findQueryType = NULL
Category::$__behaviorMethods = array()
Category::$recursive = 1
Category::$order = NULL
Category::$__exists = NULL
Category::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Category::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Category::$__backAssociation = array()
Category::$__insertID = NULL
Category::$__numRows = NULL
Category::$__affectedRows = NULL
Category::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Category::$_log = NULL
Category::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Category::handleFileUpload()
Category::call__()
Category::bind()
Category::bindModel()
Category::unbindModel()
Category::setSource()
Category::set()
Category::deconstruct()
Category::schema()
Category::loadInfo()
Category::getColumnTypes()
Category::getColumnType()
Category::hasField()
Category::create()
Category::read()
Category::field()
Category::saveField()
Category::save()
Category::updateCounterCache()
Category::saveAll()
Category::updateAll()
Category::remove()
Category::del()
Category::delete()
Category::deleteAll()
Category::exists()
Category::hasAny()
Category::find()
Category::findAll()
Category::execute()
Category::findCount()
Category::isUnique()
Category::findAllThreaded()
Category::findNeighbours()
Category::query()
Category::validates()
Category::invalidFields()
Category::invalidate()
Category::isForeignKey()
Category::getDisplayField()
Category::generateList()
Category::escapeField()
Category::getID()
Category::normalizeFindParams()
Category::getLastInsertID()
Category::getInsertID()
Category::setInsertID()
Category::getNumRows()
Category::getAffectedRows()
Category::setDataSource()
Category::getDataSource()
Category::getAssociated()
Category::joinModel()
Category::beforeFind()
Category::afterFind()
Category::beforeSave()
Category::afterSave()
Category::beforeDelete()
Category::afterDelete()
Category::beforeValidate()
Category::onError()
Category::overload()
Category::Object()
Category::toString()
Category::requestAction()
Category::log()
Category::cakeError()
$categories = array(
array(
"Category" => array(
"id" => "1",
"title" => "Sehenswürdigkeiten",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "2",
"title" => "Audiopakete und Touren",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "3",
"title" => "Literatur, Geschichte, Hörbücher",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "4",
"title" => "News, Berichte, Podcasts",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "5",
"title" => "Special: ",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "6",
"title" => "Sagen, Märchen, Kindergeschichten",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "7",
"title" => "Touristische Hinweisschilder",
"short" => null,
"teaser" => "1"
)
)
)
$ret = array(
array(
"Category" => array(
"id" => "1",
"title" => "Sehenswürdigkeiten",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "2",
"title" => "Audiopakete und Touren",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "3",
"title" => "Literatur, Geschichte, Hörbücher",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "4",
"title" => "News, Berichte, Podcasts",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "5",
"title" => "Special: ",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "6",
"title" => "Sagen, Märchen, Kindergeschichten",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "7",
"title" => "Touristische Hinweisschilder",
"short" => null,
"teaser" => "1"
),
"Items" => array()
)
)
$cat = array(
"Category" => array(
"id" => "7",
"title" => "Touristische Hinweisschilder",
"short" => null,
"teaser" => "1"
)
)
}
foreach ($items[0]['Item'] as $item) {
Item::getItemsForLegend() - APP/models/item.php, line 387
ItemsController::legend() - APP/controllers/items_controller.php, line 420
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 268
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - APP/webroot/index.php, line 84
Code |
Context$title = "Allgäuer Sagen"
$lgModel = LegendCategory
LegendCategory::$name = "LegendCategory"
LegendCategory::$actsAs = array(
"ExtendAssociations" => null
)
LegendCategory::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"joinTable" => "legend_categories_items",
"with" => "LegendCategoriesItems",
"foreignKey" => "legend_category_id",
"associationForeignKey" => "item_id",
"unique" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
LegendCategory::$useDbConfig = "default"
LegendCategory::$useTable = "legend_categories"
LegendCategory::$displayField = "title"
LegendCategory::$id = false
LegendCategory::$data = array()
LegendCategory::$table = "legend_categories"
LegendCategory::$primaryKey = "id"
LegendCategory::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
LegendCategory::$validate = array()
LegendCategory::$validationErrors = array()
LegendCategory::$tablePrefix = NULL
LegendCategory::$alias = "LegendCategory"
LegendCategory::$tableToModel = array(
"legend_categories" => "LegendCategory",
"items" => "Item"
)
LegendCategory::$logTransactions = false
LegendCategory::$transactional = false
LegendCategory::$cacheQueries = false
LegendCategory::$belongsTo = array()
LegendCategory::$hasOne = array()
LegendCategory::$hasMany = array()
LegendCategory::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
LegendCategory::$whitelist = array()
LegendCategory::$cacheSources = true
LegendCategory::$findQueryType = NULL
LegendCategory::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
LegendCategory::$recursive = 1
LegendCategory::$order = NULL
LegendCategory::$__exists = NULL
LegendCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
LegendCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
LegendCategory::$__backAssociation = array()
LegendCategory::$__insertID = NULL
LegendCategory::$__numRows = NULL
LegendCategory::$__affectedRows = NULL
LegendCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
LegendCategory::$_log = NULL
LegendCategory::$Item = Item
Item::$name = "Item"
Item::$actsAs = array(
"ExtendAssociations" => null
)
Item::$components = array(
"PImage"
)
Item::$helpers = array(
"MagickConvert"
)
Item::$belongsTo = array(
"Category" => array(
"className" => "Category",
"conditions" => "[empty string]",
"order" => "[empty string]",
"foreignKey" => "category_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
),
"City" => array(
"className" => "City",
"conditions" => "[empty string]",
"order" => "[empty string]",
"foreignKey" => "city_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
),
"Podcast" => array(
"className" => "Podcast",
"conditions" => "[empty string]",
"order" => "Item.published DESC",
"foreignKey" => "podcast_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Item::$hasAndBelongsToMany = array(
"Tag" => array(
"className" => "Tag",
"with" => "ItemsTags",
"joinTable" => "items_tags",
"foreignKey" => "item_id",
"associationForeignKey" => "tag_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
),
"Road" => array(
"className" => "Road",
"with" => "RoadsItems",
"joinTable" => "roads_items",
"foreignKey" => "item_id",
"associationForeignKey" => "road_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
),
"LegendCategory" => array(
"className" => "LegendCategory",
"with" => "LegendCategoriesItems",
"joinTable" => "legend_categories_items",
"foreignKey" => "item_id",
"associationForeignKey" => "legend_category_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
Item::$validateFile = array(
"size" => 104857600,
"type" => "jpeg,mpeg,mp3"
)
Item::$useDbConfig = "default"
Item::$useTable = "items"
Item::$displayField = "title"
Item::$id = "Allgäuer Sagen"
Item::$data = array()
Item::$table = "items"
Item::$primaryKey = "id"
Item::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
Item::$validate = array()
Item::$validationErrors = array()
Item::$tablePrefix = NULL
Item::$alias = "Item"
Item::$tableToModel = array(
"items" => "Item",
"categories" => "Category",
"cities" => "City",
"podcasts" => "Podcast",
"tags" => "Tag",
"roads" => "Road",
"legend_categories" => "LegendCategory"
)
Item::$logTransactions = false
Item::$transactional = false
Item::$cacheQueries = false
Item::$hasOne = array()
Item::$hasMany = array()
Item::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
Item::$whitelist = array()
Item::$cacheSources = true
Item::$findQueryType = NULL
Item::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
Item::$recursive = 1
Item::$order = NULL
Item::$__exists = NULL
Item::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Item::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Item::$__backAssociation = array()
Item::$__insertID = NULL
Item::$__numRows = NULL
Item::$__affectedRows = NULL
Item::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Item::$_log = NULL
Item::$Category = Category
Category::$name = "Category"
Category::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Category::$useDbConfig = "default"
Category::$useTable = "categories"
Category::$displayField = "title"
Category::$id = false
Category::$data = array()
Category::$table = "categories"
Category::$primaryKey = "id"
Category::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"short" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 20
),
"teaser" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
)
)
Category::$validate = array()
Category::$validationErrors = array()
Category::$tablePrefix = NULL
Category::$alias = "Category"
Category::$tableToModel = array(
"categories" => "Category",
"items" => "Items"
)
Category::$logTransactions = false
Category::$transactional = false
Category::$cacheQueries = false
Category::$belongsTo = array()
Category::$hasOne = array()
Category::$hasAndBelongsToMany = array()
Category::$actsAs = NULL
Category::$behaviors = array()
Category::$whitelist = array()
Category::$cacheSources = true
Category::$findQueryType = NULL
Category::$__behaviorMethods = array()
Category::$recursive = 1
Category::$order = NULL
Category::$__exists = NULL
Category::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Category::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Category::$__backAssociation = array()
Category::$__insertID = NULL
Category::$__numRows = NULL
Category::$__affectedRows = NULL
Category::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Category::$_log = NULL
Category::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Category::handleFileUpload()
Category::call__()
Category::bind()
Category::bindModel()
Category::unbindModel()
Category::setSource()
Category::set()
Category::deconstruct()
Category::schema()
Category::loadInfo()
Category::getColumnTypes()
Category::getColumnType()
Category::hasField()
Category::create()
Category::read()
Category::field()
Category::saveField()
Category::save()
Category::updateCounterCache()
Category::saveAll()
Category::updateAll()
Category::remove()
Category::del()
Category::delete()
Category::deleteAll()
Category::exists()
Category::hasAny()
Category::find()
Category::findAll()
Category::execute()
Category::findCount()
Category::isUnique()
Category::findAllThreaded()
Category::findNeighbours()
Category::query()
Category::validates()
Category::invalidFields()
Category::invalidate()
Category::isForeignKey()
Category::getDisplayField()
Category::generateList()
Category::escapeField()
Category::getID()
Category::normalizeFindParams()
Category::getLastInsertID()
Category::getInsertID()
Category::setInsertID()
Category::getNumRows()
Category::getAffectedRows()
Category::setDataSource()
Category::getDataSource()
Category::getAssociated()
Category::joinModel()
Category::beforeFind()
Category::afterFind()
Category::beforeSave()
Category::afterSave()
Category::beforeDelete()
Category::afterDelete()
Category::beforeValidate()
Category::onError()
Category::overload()
Category::Object()
Category::toString()
Category::requestAction()
Category::log()
Category::cakeError()
Item::$City = City
City::$name = "City"
City::$belongsTo = array(
"Country" => array(
"className" => "Country",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
),
"Adminarea" => array(
"className" => "Adminarea",
"foreignKey" => "adminarea_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
City::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "city_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
City::$useDbConfig = "default"
City::$useTable = "cities"
City::$displayField = "name"
City::$id = false
City::$data = array()
City::$table = "cities"
City::$primaryKey = "id"
City::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
City::$validate = array()
City::$validationErrors = array()
City::$tablePrefix = NULL
City::$alias = "City"
City::$tableToModel = array(
"cities" => "City",
"countries" => "Country",
"adminareas" => "Adminarea",
"items" => "Items"
)
City::$logTransactions = false
City::$transactional = false
City::$cacheQueries = false
City::$hasOne = array()
City::$hasAndBelongsToMany = array()
City::$actsAs = NULL
City::$behaviors = array()
City::$whitelist = array()
City::$cacheSources = true
City::$findQueryType = NULL
City::$__behaviorMethods = array()
City::$recursive = 1
City::$order = NULL
City::$__exists = NULL
City::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
City::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
City::$__backAssociation = array()
City::$__insertID = NULL
City::$__numRows = NULL
City::$__affectedRows = NULL
City::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
City::$_log = NULL
City::$Country = Country
Country::$name = "Country"
Country::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
),
"Freeways" => array(
"className" => "Freeways",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Country::$useDbConfig = "default"
Country::$useTable = "countries"
Country::$displayField = "name"
Country::$id = false
Country::$data = array()
Country::$table = "countries"
Country::$primaryKey = "id"
Country::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"code" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 5
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
)
)
Country::$validate = array()
Country::$validationErrors = array()
Country::$tablePrefix = NULL
Country::$alias = "Country"
Country::$tableToModel = array(
"countries" => "Country",
"cities" => "Cities",
"freeways" => "Freeways"
)
Country::$logTransactions = false
Country::$transactional = false
Country::$cacheQueries = false
Country::$belongsTo = array()
Country::$hasOne = array()
Country::$hasAndBelongsToMany = array()
Country::$actsAs = NULL
Country::$behaviors = array()
Country::$whitelist = array()
Country::$cacheSources = true
Country::$findQueryType = NULL
Country::$__behaviorMethods = array()
Country::$recursive = 1
Country::$order = NULL
Country::$__exists = NULL
Country::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Country::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Country::$__backAssociation = array()
Country::$__insertID = NULL
Country::$__numRows = NULL
Country::$__affectedRows = NULL
Country::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Country::$_log = NULL
Country::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::$Freeways = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "freeways"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "freeways"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Freeways"
AppModel::$alias = "Freeways"
AppModel::$tableToModel = array(
"freeways" => "Freeways"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::call__()
Country::bind()
Country::bindModel()
Country::unbindModel()
Country::setSource()
Country::set()
Country::deconstruct()
Country::schema()
Country::loadInfo()
Country::getColumnTypes()
Country::getColumnType()
Country::hasField()
Country::create()
Country::read()
Country::field()
Country::saveField()
Country::save()
Country::updateCounterCache()
Country::saveAll()
Country::updateAll()
Country::remove()
Country::del()
Country::delete()
Country::deleteAll()
Country::exists()
Country::hasAny()
Country::find()
Country::findAll()
Country::execute()
Country::findCount()
Country::isUnique()
Country::findAllThreaded()
Country::findNeighbours()
Country::query()
Country::validates()
Country::invalidFields()
Country::invalidate()
Country::isForeignKey()
Country::getDisplayField()
Country::generateList()
Country::escapeField()
Country::getID()
Country::normalizeFindParams()
Country::getLastInsertID()
Country::getInsertID()
Country::setInsertID()
Country::getNumRows()
Country::getAffectedRows()
Country::setDataSource()
Country::getDataSource()
Country::getAssociated()
Country::joinModel()
Country::beforeFind()
Country::afterFind()
Country::beforeSave()
Country::afterSave()
Country::beforeDelete()
Country::afterDelete()
Country::beforeValidate()
Country::onError()
Country::overload()
Country::Object()
Country::toString()
Country::requestAction()
Country::log()
Country::cakeError()
City::$Adminarea = Adminarea
Adminarea::$name = "Adminarea"
Adminarea::$belongsTo = array(
"Country" => array(
"className" => "Country",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Adminarea::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "adminarea_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Adminarea::$useDbConfig = "default"
Adminarea::$useTable = "adminareas"
Adminarea::$displayField = "name"
Adminarea::$id = false
Adminarea::$data = array()
Adminarea::$table = "adminareas"
Adminarea::$primaryKey = "id"
Adminarea::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
Adminarea::$validate = array()
Adminarea::$validationErrors = array()
Adminarea::$tablePrefix = NULL
Adminarea::$alias = "Adminarea"
Adminarea::$tableToModel = array(
"adminareas" => "Adminarea",
"countries" => "Country",
"cities" => "Cities"
)
Adminarea::$logTransactions = false
Adminarea::$transactional = false
Adminarea::$cacheQueries = false
Adminarea::$hasOne = array()
Adminarea::$hasAndBelongsToMany = array()
Adminarea::$actsAs = NULL
Adminarea::$behaviors = array()
Adminarea::$whitelist = array()
Adminarea::$cacheSources = true
Adminarea::$findQueryType = NULL
Adminarea::$__behaviorMethods = array()
Adminarea::$recursive = 1
Adminarea::$order = NULL
Adminarea::$__exists = NULL
Adminarea::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Adminarea::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Adminarea::$__backAssociation = array()
Adminarea::$__insertID = NULL
Adminarea::$__numRows = NULL
Adminarea::$__affectedRows = NULL
Adminarea::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Adminarea::$_log = NULL
Adminarea::$Country = Country
Country::$name = "Country"
Country::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
),
"Freeways" => array(
"className" => "Freeways",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Country::$useDbConfig = "default"
Country::$useTable = "countries"
Country::$displayField = "name"
Country::$id = false
Country::$data = array()
Country::$table = "countries"
Country::$primaryKey = "id"
Country::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"code" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 5
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
)
)
Country::$validate = array()
Country::$validationErrors = array()
Country::$tablePrefix = NULL
Country::$alias = "Country"
Country::$tableToModel = array(
"countries" => "Country",
"cities" => "Cities",
"freeways" => "Freeways"
)
Country::$logTransactions = false
Country::$transactional = false
Country::$cacheQueries = false
Country::$belongsTo = array()
Country::$hasOne = array()
Country::$hasAndBelongsToMany = array()
Country::$actsAs = NULL
Country::$behaviors = array()
Country::$whitelist = array()
Country::$cacheSources = true
Country::$findQueryType = NULL
Country::$__behaviorMethods = array()
Country::$recursive = 1
Country::$order = NULL
Country::$__exists = NULL
Country::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Country::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Country::$__backAssociation = array()
Country::$__insertID = NULL
Country::$__numRows = NULL
Country::$__affectedRows = NULL
Country::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Country::$_log = NULL
Country::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::$Freeways = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "freeways"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "freeways"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Freeways"
AppModel::$alias = "Freeways"
AppModel::$tableToModel = array(
"freeways" => "Freeways"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::call__()
Country::bind()
Country::bindModel()
Country::unbindModel()
Country::setSource()
Country::set()
Country::deconstruct()
Country::schema()
Country::loadInfo()
Country::getColumnTypes()
Country::getColumnType()
Country::hasField()
Country::create()
Country::read()
Country::field()
Country::saveField()
Country::save()
Country::updateCounterCache()
Country::saveAll()
Country::updateAll()
Country::remove()
Country::del()
Country::delete()
Country::deleteAll()
Country::exists()
Country::hasAny()
Country::find()
Country::findAll()
Country::execute()
Country::findCount()
Country::isUnique()
Country::findAllThreaded()
Country::findNeighbours()
Country::query()
Country::validates()
Country::invalidFields()
Country::invalidate()
Country::isForeignKey()
Country::getDisplayField()
Country::generateList()
Country::escapeField()
Country::getID()
Country::normalizeFindParams()
Country::getLastInsertID()
Country::getInsertID()
Country::setInsertID()
Country::getNumRows()
Country::getAffectedRows()
Country::setDataSource()
Country::getDataSource()
Country::getAssociated()
Country::joinModel()
Country::beforeFind()
Country::afterFind()
Country::beforeSave()
Country::afterSave()
Country::beforeDelete()
Country::afterDelete()
Country::beforeValidate()
Country::onError()
Country::overload()
Country::Object()
Country::toString()
Country::requestAction()
Country::log()
Country::cakeError()
Adminarea::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Adminarea::call__()
Adminarea::bind()
Adminarea::bindModel()
Adminarea::unbindModel()
Adminarea::setSource()
Adminarea::set()
Adminarea::deconstruct()
Adminarea::schema()
Adminarea::loadInfo()
Adminarea::getColumnTypes()
Adminarea::getColumnType()
Adminarea::hasField()
Adminarea::create()
Adminarea::read()
Adminarea::field()
Adminarea::saveField()
Adminarea::save()
Adminarea::updateCounterCache()
Adminarea::saveAll()
Adminarea::updateAll()
Adminarea::remove()
Adminarea::del()
Adminarea::delete()
Adminarea::deleteAll()
Adminarea::exists()
Adminarea::hasAny()
Adminarea::find()
Adminarea::findAll()
Adminarea::execute()
Adminarea::findCount()
Adminarea::isUnique()
Adminarea::findAllThreaded()
Adminarea::findNeighbours()
Adminarea::query()
Adminarea::validates()
Adminarea::invalidFields()
Adminarea::invalidate()
Adminarea::isForeignKey()
Adminarea::getDisplayField()
Adminarea::generateList()
Adminarea::escapeField()
Adminarea::getID()
Adminarea::normalizeFindParams()
Adminarea::getLastInsertID()
Adminarea::getInsertID()
Adminarea::setInsertID()
Adminarea::getNumRows()
Adminarea::getAffectedRows()
Adminarea::setDataSource()
Adminarea::getDataSource()
Adminarea::getAssociated()
Adminarea::joinModel()
Adminarea::beforeFind()
Adminarea::afterFind()
Adminarea::beforeSave()
Adminarea::afterSave()
Adminarea::beforeDelete()
Adminarea::afterDelete()
Adminarea::beforeValidate()
Adminarea::onError()
Adminarea::overload()
Adminarea::Object()
Adminarea::toString()
Adminarea::requestAction()
Adminarea::log()
Adminarea::cakeError()
City::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
City::handleFileUpload()
City::call__()
City::bind()
City::bindModel()
City::unbindModel()
City::setSource()
City::set()
City::deconstruct()
City::schema()
City::loadInfo()
City::getColumnTypes()
City::getColumnType()
City::hasField()
City::create()
City::read()
City::field()
City::saveField()
City::save()
City::updateCounterCache()
City::saveAll()
City::updateAll()
City::remove()
City::del()
City::delete()
City::deleteAll()
City::exists()
City::hasAny()
City::find()
City::findAll()
City::execute()
City::findCount()
City::isUnique()
City::findAllThreaded()
City::findNeighbours()
City::query()
City::validates()
City::invalidFields()
City::invalidate()
City::isForeignKey()
City::getDisplayField()
City::generateList()
City::escapeField()
City::getID()
City::normalizeFindParams()
City::getLastInsertID()
City::getInsertID()
City::setInsertID()
City::getNumRows()
City::getAffectedRows()
City::setDataSource()
City::getDataSource()
City::getAssociated()
City::joinModel()
City::beforeFind()
City::afterFind()
City::beforeSave()
City::afterSave()
City::beforeDelete()
City::afterDelete()
City::beforeValidate()
City::onError()
City::overload()
City::Object()
City::toString()
City::requestAction()
City::log()
City::cakeError()
Item::$Podcast = Podcast
Podcast::$name = "Podcast"
Podcast::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "podcast_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Podcast::$belongsTo = array(
"PodcastCategory" => array(
"className" => "PodcastCategory",
"conditions" => "[empty string]",
"order" => "[empty string]",
"foreignKey" => "category_id",
"fields" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Podcast::$validateFile = array(
"size" => 1048576,
"type" => "jpeg"
)
Podcast::$useDbConfig = "default"
Podcast::$useTable = "podcasts"
Podcast::$displayField = "title"
Podcast::$id = false
Podcast::$data = array()
Podcast::$table = "podcasts"
Podcast::$primaryKey = "id"
Podcast::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 50
),
"description" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"category_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"active" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"created" => array(
"type" => "timestamp",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"updated" => array(
"type" => "timestamp",
"null" => true,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"itunes_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"podcast_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
)
)
Podcast::$validate = array()
Podcast::$validationErrors = array()
Podcast::$tablePrefix = NULL
Podcast::$alias = "Podcast"
Podcast::$tableToModel = array(
"podcasts" => "Podcast",
"podcast_categories" => "PodcastCategory",
"items" => "Items"
)
Podcast::$logTransactions = false
Podcast::$transactional = false
Podcast::$cacheQueries = false
Podcast::$hasOne = array()
Podcast::$hasAndBelongsToMany = array()
Podcast::$actsAs = NULL
Podcast::$behaviors = array()
Podcast::$whitelist = array()
Podcast::$cacheSources = true
Podcast::$findQueryType = NULL
Podcast::$__behaviorMethods = array()
Podcast::$recursive = 1
Podcast::$order = NULL
Podcast::$__exists = NULL
Podcast::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Podcast::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Podcast::$__backAssociation = array()
Podcast::$__insertID = NULL
Podcast::$__numRows = NULL
Podcast::$__affectedRows = NULL
Podcast::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Podcast::$_log = NULL
Podcast::$PodcastCategory = PodcastCategory
PodcastCategory::$name = "PodcastCategory"
PodcastCategory::$hasMany = array(
"Podcasts" => array(
"className" => "Podcasts",
"foreignKey" => "podcast_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
PodcastCategory::$useDbConfig = "default"
PodcastCategory::$useTable = "podcast_categories"
PodcastCategory::$displayField = "title"
PodcastCategory::$id = false
PodcastCategory::$data = array()
PodcastCategory::$table = "podcast_categories"
PodcastCategory::$primaryKey = "id"
PodcastCategory::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 128
),
"parent_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
PodcastCategory::$validate = array()
PodcastCategory::$validationErrors = array()
PodcastCategory::$tablePrefix = NULL
PodcastCategory::$alias = "PodcastCategory"
PodcastCategory::$tableToModel = array(
"podcast_categories" => "PodcastCategory",
"podcasts" => "Podcasts"
)
PodcastCategory::$logTransactions = false
PodcastCategory::$transactional = false
PodcastCategory::$cacheQueries = false
PodcastCategory::$belongsTo = array()
PodcastCategory::$hasOne = array()
PodcastCategory::$hasAndBelongsToMany = array()
PodcastCategory::$actsAs = NULL
PodcastCategory::$behaviors = array()
PodcastCategory::$whitelist = array()
PodcastCategory::$cacheSources = true
PodcastCategory::$findQueryType = NULL
PodcastCategory::$__behaviorMethods = array()
PodcastCategory::$recursive = 1
PodcastCategory::$order = NULL
PodcastCategory::$__exists = NULL
PodcastCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
PodcastCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
PodcastCategory::$__backAssociation = array()
PodcastCategory::$__insertID = NULL
PodcastCategory::$__numRows = NULL
PodcastCategory::$__affectedRows = NULL
PodcastCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
PodcastCategory::$_log = NULL
PodcastCategory::$Podcasts = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "podcasts"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "podcasts"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 50
),
"description" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"category_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"active" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"created" => array(
"type" => "timestamp",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"updated" => array(
"type" => "timestamp",
"null" => true,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"itunes_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"podcast_link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Podcasts"
AppModel::$alias = "Podcasts"
AppModel::$tableToModel = array(
"podcasts" => "Podcasts"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
PodcastCategory::call__()
PodcastCategory::bind()
PodcastCategory::bindModel()
PodcastCategory::unbindModel()
PodcastCategory::setSource()
PodcastCategory::set()
PodcastCategory::deconstruct()
PodcastCategory::schema()
PodcastCategory::loadInfo()
PodcastCategory::getColumnTypes()
PodcastCategory::getColumnType()
PodcastCategory::hasField()
PodcastCategory::create()
PodcastCategory::read()
PodcastCategory::field()
PodcastCategory::saveField()
PodcastCategory::save()
PodcastCategory::updateCounterCache()
PodcastCategory::saveAll()
PodcastCategory::updateAll()
PodcastCategory::remove()
PodcastCategory::del()
PodcastCategory::delete()
PodcastCategory::deleteAll()
PodcastCategory::exists()
PodcastCategory::hasAny()
PodcastCategory::find()
PodcastCategory::findAll()
PodcastCategory::execute()
PodcastCategory::findCount()
PodcastCategory::isUnique()
PodcastCategory::findAllThreaded()
PodcastCategory::findNeighbours()
PodcastCategory::query()
PodcastCategory::validates()
PodcastCategory::invalidFields()
PodcastCategory::invalidate()
PodcastCategory::isForeignKey()
PodcastCategory::getDisplayField()
PodcastCategory::generateList()
PodcastCategory::escapeField()
PodcastCategory::getID()
PodcastCategory::normalizeFindParams()
PodcastCategory::getLastInsertID()
PodcastCategory::getInsertID()
PodcastCategory::setInsertID()
PodcastCategory::getNumRows()
PodcastCategory::getAffectedRows()
PodcastCategory::setDataSource()
PodcastCategory::getDataSource()
PodcastCategory::getAssociated()
PodcastCategory::joinModel()
PodcastCategory::beforeFind()
PodcastCategory::afterFind()
PodcastCategory::beforeSave()
PodcastCategory::afterSave()
PodcastCategory::beforeDelete()
PodcastCategory::afterDelete()
PodcastCategory::beforeValidate()
PodcastCategory::onError()
PodcastCategory::overload()
PodcastCategory::Object()
PodcastCategory::toString()
PodcastCategory::requestAction()
PodcastCategory::log()
PodcastCategory::cakeError()
Podcast::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Podcast::generateUniqueFilename()
Podcast::handleFileUpload()
Podcast::deleteMovedFile()
Podcast::call__()
Podcast::bind()
Podcast::bindModel()
Podcast::unbindModel()
Podcast::setSource()
Podcast::set()
Podcast::deconstruct()
Podcast::schema()
Podcast::loadInfo()
Podcast::getColumnTypes()
Podcast::getColumnType()
Podcast::hasField()
Podcast::create()
Podcast::read()
Podcast::field()
Podcast::saveField()
Podcast::save()
Podcast::updateCounterCache()
Podcast::saveAll()
Podcast::updateAll()
Podcast::remove()
Podcast::del()
Podcast::delete()
Podcast::deleteAll()
Podcast::exists()
Podcast::hasAny()
Podcast::find()
Podcast::findAll()
Podcast::execute()
Podcast::findCount()
Podcast::isUnique()
Podcast::findAllThreaded()
Podcast::findNeighbours()
Podcast::query()
Podcast::validates()
Podcast::invalidFields()
Podcast::invalidate()
Podcast::isForeignKey()
Podcast::getDisplayField()
Podcast::generateList()
Podcast::escapeField()
Podcast::getID()
Podcast::normalizeFindParams()
Podcast::getLastInsertID()
Podcast::getInsertID()
Podcast::setInsertID()
Podcast::getNumRows()
Podcast::getAffectedRows()
Podcast::setDataSource()
Podcast::getDataSource()
Podcast::getAssociated()
Podcast::joinModel()
Podcast::beforeFind()
Podcast::afterFind()
Podcast::beforeSave()
Podcast::afterSave()
Podcast::beforeDelete()
Podcast::afterDelete()
Podcast::beforeValidate()
Podcast::onError()
Podcast::overload()
Podcast::Object()
Podcast::toString()
Podcast::requestAction()
Podcast::log()
Podcast::cakeError()
Item::$Tag = Tag
Tag::$name = "Tag"
Tag::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"with" => "ItemsTags",
"joinTable" => "items_tags",
"foreignKey" => "tag_id",
"associationForeignKey" => "item_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
Tag::$useDbConfig = "default"
Tag::$useTable = "tags"
Tag::$displayField = "id"
Tag::$id = false
Tag::$data = array()
Tag::$table = "tags"
Tag::$primaryKey = "id"
Tag::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 10,
"key" => "primary",
"extra" => "auto_increment"
),
"tag" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 100
)
)
Tag::$validate = array()
Tag::$validationErrors = array()
Tag::$tablePrefix = NULL
Tag::$alias = "Tag"
Tag::$tableToModel = array(
"tags" => "Tag",
"items" => "Item"
)
Tag::$logTransactions = false
Tag::$transactional = false
Tag::$cacheQueries = false
Tag::$belongsTo = array()
Tag::$hasOne = array()
Tag::$hasMany = array()
Tag::$actsAs = NULL
Tag::$behaviors = array()
Tag::$whitelist = array()
Tag::$cacheSources = true
Tag::$findQueryType = NULL
Tag::$__behaviorMethods = array()
Tag::$recursive = 1
Tag::$order = NULL
Tag::$__exists = NULL
Tag::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Tag::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Tag::$__backAssociation = array()
Tag::$__insertID = NULL
Tag::$__numRows = NULL
Tag::$__affectedRows = NULL
Tag::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Tag::$_log = NULL
Tag::$Item = "*RECURSION* -> Item"
Tag::$ItemsTags = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items_tags"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items_tags"
AppModel::$primaryKey = "tag_id"
AppModel::$_schema = array(
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
),
"tag_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "ItemsTags"
AppModel::$alias = "ItemsTags"
AppModel::$tableToModel = array(
"items_tags" => "ItemsTags"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Tag::getTagIdsForArray()
Tag::getTagStringforItem()
Tag::call__()
Tag::bind()
Tag::bindModel()
Tag::unbindModel()
Tag::setSource()
Tag::set()
Tag::deconstruct()
Tag::schema()
Tag::loadInfo()
Tag::getColumnTypes()
Tag::getColumnType()
Tag::hasField()
Tag::create()
Tag::read()
Tag::field()
Tag::saveField()
Tag::save()
Tag::updateCounterCache()
Tag::saveAll()
Tag::updateAll()
Tag::remove()
Tag::del()
Tag::delete()
Tag::deleteAll()
Tag::exists()
Tag::hasAny()
Tag::find()
Tag::findAll()
Tag::execute()
Tag::findCount()
Tag::isUnique()
Tag::findAllThreaded()
Tag::findNeighbours()
Tag::query()
Tag::validates()
Tag::invalidFields()
Tag::invalidate()
Tag::isForeignKey()
Tag::getDisplayField()
Tag::generateList()
Tag::escapeField()
Tag::getID()
Tag::normalizeFindParams()
Tag::getLastInsertID()
Tag::getInsertID()
Tag::setInsertID()
Tag::getNumRows()
Tag::getAffectedRows()
Tag::setDataSource()
Tag::getDataSource()
Tag::getAssociated()
Tag::joinModel()
Tag::beforeFind()
Tag::afterFind()
Tag::beforeSave()
Tag::afterSave()
Tag::beforeDelete()
Tag::afterDelete()
Tag::beforeValidate()
Tag::onError()
Tag::overload()
Tag::Object()
Tag::toString()
Tag::requestAction()
Tag::log()
Tag::cakeError()
Item::$Road = Road
Road::$name = "Road"
Road::$actsAs = array(
"ExtendAssociations" => null
)
Road::$belongsTo = array(
"Freeway" => array(
"className" => "Freeway",
"foreignKey" => "freeway_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Road::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"with" => "RoadsItems",
"joinTable" => "roads_items",
"foreignKey" => "road_id",
"associationForeignKey" => "item_id",
"conditions" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"fields" => "[empty string]",
"offset" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
Road::$useDbConfig = "default"
Road::$useTable = "roads"
Road::$displayField = "title"
Road::$id = false
Road::$data = array()
Road::$table = "roads"
Road::$primaryKey = "id"
Road::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"pixel_from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"pixel_to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"polygon" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 512
),
"freeway_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 10
),
"opposite_lane" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 11
)
)
Road::$validate = array()
Road::$validationErrors = array()
Road::$tablePrefix = NULL
Road::$alias = "Road"
Road::$tableToModel = array(
"roads" => "Road",
"freeways" => "Freeway",
"items" => "Item"
)
Road::$logTransactions = false
Road::$transactional = false
Road::$cacheQueries = false
Road::$hasOne = array()
Road::$hasMany = array()
Road::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
Road::$whitelist = array()
Road::$cacheSources = true
Road::$findQueryType = NULL
Road::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
Road::$recursive = 1
Road::$order = NULL
Road::$__exists = NULL
Road::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Road::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Road::$__backAssociation = array()
Road::$__insertID = NULL
Road::$__numRows = NULL
Road::$__affectedRows = NULL
Road::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Road::$_log = NULL
Road::$Freeway = Freeway
Freeway::$name = "Freeway"
Freeway::$hasMany = array(
"Roads" => array(
"className" => "Roads",
"foreignKey" => "freeway_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Freeway::$belongsTo = array(
"Country" => array(
"className" => "Country",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Freeway::$useDbConfig = "default"
Freeway::$useTable = "freeways"
Freeway::$displayField = "name"
Freeway::$id = false
Freeway::$data = array()
Freeway::$table = "freeways"
Freeway::$primaryKey = "id"
Freeway::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
Freeway::$validate = array()
Freeway::$validationErrors = array()
Freeway::$tablePrefix = NULL
Freeway::$alias = "Freeway"
Freeway::$tableToModel = array(
"freeways" => "Freeway",
"countries" => "Country",
"roads" => "Roads"
)
Freeway::$logTransactions = false
Freeway::$transactional = false
Freeway::$cacheQueries = false
Freeway::$hasOne = array()
Freeway::$hasAndBelongsToMany = array()
Freeway::$actsAs = NULL
Freeway::$behaviors = array()
Freeway::$whitelist = array()
Freeway::$cacheSources = true
Freeway::$findQueryType = NULL
Freeway::$__behaviorMethods = array()
Freeway::$recursive = 1
Freeway::$order = NULL
Freeway::$__exists = NULL
Freeway::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Freeway::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Freeway::$__backAssociation = array()
Freeway::$__insertID = NULL
Freeway::$__numRows = NULL
Freeway::$__affectedRows = NULL
Freeway::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Freeway::$_log = NULL
Freeway::$Country = Country
Country::$name = "Country"
Country::$hasMany = array(
"Cities" => array(
"className" => "Cities",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
),
"Freeways" => array(
"className" => "Freeways",
"foreignKey" => "country_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Country::$useDbConfig = "default"
Country::$useTable = "countries"
Country::$displayField = "name"
Country::$id = false
Country::$data = array()
Country::$table = "countries"
Country::$primaryKey = "id"
Country::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"code" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 5
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
)
)
Country::$validate = array()
Country::$validationErrors = array()
Country::$tablePrefix = NULL
Country::$alias = "Country"
Country::$tableToModel = array(
"countries" => "Country",
"cities" => "Cities",
"freeways" => "Freeways"
)
Country::$logTransactions = false
Country::$transactional = false
Country::$cacheQueries = false
Country::$belongsTo = array()
Country::$hasOne = array()
Country::$hasAndBelongsToMany = array()
Country::$actsAs = NULL
Country::$behaviors = array()
Country::$whitelist = array()
Country::$cacheSources = true
Country::$findQueryType = NULL
Country::$__behaviorMethods = array()
Country::$recursive = 1
Country::$order = NULL
Country::$__exists = NULL
Country::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Country::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Country::$__backAssociation = array()
Country::$__insertID = NULL
Country::$__numRows = NULL
Country::$__affectedRows = NULL
Country::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Country::$_log = NULL
Country::$Cities = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "cities"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "cities"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 64
),
"zip" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"adminarea_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"country_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"visible" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Cities"
AppModel::$alias = "Cities"
AppModel::$tableToModel = array(
"cities" => "Cities"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::$Freeways = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "freeways"
AppModel::$displayField = "name"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "freeways"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"country_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Freeways"
AppModel::$alias = "Freeways"
AppModel::$tableToModel = array(
"freeways" => "Freeways"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Country::call__()
Country::bind()
Country::bindModel()
Country::unbindModel()
Country::setSource()
Country::set()
Country::deconstruct()
Country::schema()
Country::loadInfo()
Country::getColumnTypes()
Country::getColumnType()
Country::hasField()
Country::create()
Country::read()
Country::field()
Country::saveField()
Country::save()
Country::updateCounterCache()
Country::saveAll()
Country::updateAll()
Country::remove()
Country::del()
Country::delete()
Country::deleteAll()
Country::exists()
Country::hasAny()
Country::find()
Country::findAll()
Country::execute()
Country::findCount()
Country::isUnique()
Country::findAllThreaded()
Country::findNeighbours()
Country::query()
Country::validates()
Country::invalidFields()
Country::invalidate()
Country::isForeignKey()
Country::getDisplayField()
Country::generateList()
Country::escapeField()
Country::getID()
Country::normalizeFindParams()
Country::getLastInsertID()
Country::getInsertID()
Country::setInsertID()
Country::getNumRows()
Country::getAffectedRows()
Country::setDataSource()
Country::getDataSource()
Country::getAssociated()
Country::joinModel()
Country::beforeFind()
Country::afterFind()
Country::beforeSave()
Country::afterSave()
Country::beforeDelete()
Country::afterDelete()
Country::beforeValidate()
Country::onError()
Country::overload()
Country::Object()
Country::toString()
Country::requestAction()
Country::log()
Country::cakeError()
Freeway::$Roads = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "roads"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "roads"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 255
),
"pixel_from" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"pixel_to" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 10
),
"polygon" => array(
"type" => "string",
"null" => true,
"default" => "[empty string]",
"length" => 512
),
"freeway_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 10
),
"opposite_lane" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Roads"
AppModel::$alias = "Roads"
AppModel::$tableToModel = array(
"roads" => "Roads"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Freeway::call__()
Freeway::bind()
Freeway::bindModel()
Freeway::unbindModel()
Freeway::setSource()
Freeway::set()
Freeway::deconstruct()
Freeway::schema()
Freeway::loadInfo()
Freeway::getColumnTypes()
Freeway::getColumnType()
Freeway::hasField()
Freeway::create()
Freeway::read()
Freeway::field()
Freeway::saveField()
Freeway::save()
Freeway::updateCounterCache()
Freeway::saveAll()
Freeway::updateAll()
Freeway::remove()
Freeway::del()
Freeway::delete()
Freeway::deleteAll()
Freeway::exists()
Freeway::hasAny()
Freeway::find()
Freeway::findAll()
Freeway::execute()
Freeway::findCount()
Freeway::isUnique()
Freeway::findAllThreaded()
Freeway::findNeighbours()
Freeway::query()
Freeway::validates()
Freeway::invalidFields()
Freeway::invalidate()
Freeway::isForeignKey()
Freeway::getDisplayField()
Freeway::generateList()
Freeway::escapeField()
Freeway::getID()
Freeway::normalizeFindParams()
Freeway::getLastInsertID()
Freeway::getInsertID()
Freeway::setInsertID()
Freeway::getNumRows()
Freeway::getAffectedRows()
Freeway::setDataSource()
Freeway::getDataSource()
Freeway::getAssociated()
Freeway::joinModel()
Freeway::beforeFind()
Freeway::afterFind()
Freeway::beforeSave()
Freeway::afterSave()
Freeway::beforeDelete()
Freeway::afterDelete()
Freeway::beforeValidate()
Freeway::onError()
Freeway::overload()
Freeway::Object()
Freeway::toString()
Freeway::requestAction()
Freeway::log()
Freeway::cakeError()
Road::$Item = "*RECURSION* -> Item"
Road::$RoadsItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "roads_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "roads_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"road_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"km" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "RoadsItems"
AppModel::$alias = "RoadsItems"
AppModel::$tableToModel = array(
"roads_items" => "RoadsItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Road::readWithItemsString()
Road::saveWithItems()
Road::saveWithItemsString()
Road::getItemIdsForRoad()
Road::getItemIdsForRoadId()
Road::call__()
Road::bind()
Road::bindModel()
Road::unbindModel()
Road::setSource()
Road::set()
Road::deconstruct()
Road::schema()
Road::loadInfo()
Road::getColumnTypes()
Road::getColumnType()
Road::hasField()
Road::create()
Road::read()
Road::field()
Road::saveField()
Road::save()
Road::updateCounterCache()
Road::saveAll()
Road::updateAll()
Road::remove()
Road::del()
Road::delete()
Road::deleteAll()
Road::exists()
Road::hasAny()
Road::find()
Road::findAll()
Road::execute()
Road::findCount()
Road::isUnique()
Road::findAllThreaded()
Road::findNeighbours()
Road::query()
Road::validates()
Road::invalidFields()
Road::invalidate()
Road::isForeignKey()
Road::getDisplayField()
Road::generateList()
Road::escapeField()
Road::getID()
Road::normalizeFindParams()
Road::getLastInsertID()
Road::getInsertID()
Road::setInsertID()
Road::getNumRows()
Road::getAffectedRows()
Road::setDataSource()
Road::getDataSource()
Road::getAssociated()
Road::joinModel()
Road::beforeFind()
Road::afterFind()
Road::beforeSave()
Road::afterSave()
Road::beforeDelete()
Road::afterDelete()
Road::beforeValidate()
Road::onError()
Road::overload()
Road::Object()
Road::toString()
Road::requestAction()
Road::log()
Road::cakeError()
Item::$LegendCategory = LegendCategory
LegendCategory::$name = "LegendCategory"
LegendCategory::$actsAs = array(
"ExtendAssociations" => null
)
LegendCategory::$hasAndBelongsToMany = array(
"Item" => array(
"className" => "Item",
"joinTable" => "legend_categories_items",
"with" => "LegendCategoriesItems",
"foreignKey" => "legend_category_id",
"associationForeignKey" => "item_id",
"unique" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
LegendCategory::$useDbConfig = "default"
LegendCategory::$useTable = "legend_categories"
LegendCategory::$displayField = "title"
LegendCategory::$id = false
LegendCategory::$data = array()
LegendCategory::$table = "legend_categories"
LegendCategory::$primaryKey = "id"
LegendCategory::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 50
),
"visible" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"image" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"teaser" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
)
)
LegendCategory::$validate = array()
LegendCategory::$validationErrors = array()
LegendCategory::$tablePrefix = NULL
LegendCategory::$alias = "LegendCategory"
LegendCategory::$tableToModel = array(
"legend_categories" => "LegendCategory",
"items" => "Item"
)
LegendCategory::$logTransactions = false
LegendCategory::$transactional = false
LegendCategory::$cacheQueries = false
LegendCategory::$belongsTo = array()
LegendCategory::$hasOne = array()
LegendCategory::$hasMany = array()
LegendCategory::$behaviors = array(
"ExtendAssociations" => ExtendAssociationsBehavior
ExtendAssociationsBehavior::$settings = array(
"Road" => null,
"LegendCategory" => null,
"Item" => null
)
ExtendAssociationsBehavior::$mapMethods = array()
ExtendAssociationsBehavior::$_log = NULL
ExtendAssociationsBehavior::setup()
ExtendAssociationsBehavior::habtmAdd()
ExtendAssociationsBehavior::habtmDelete()
ExtendAssociationsBehavior::habtmDeleteAll()
ExtendAssociationsBehavior::unbindAll()
ExtendAssociationsBehavior::beforeFind()
ExtendAssociationsBehavior::afterFind()
ExtendAssociationsBehavior::beforeValidate()
ExtendAssociationsBehavior::beforeSave()
ExtendAssociationsBehavior::afterSave()
ExtendAssociationsBehavior::beforeDelete()
ExtendAssociationsBehavior::afterDelete()
ExtendAssociationsBehavior::onError()
ExtendAssociationsBehavior::Object()
ExtendAssociationsBehavior::toString()
ExtendAssociationsBehavior::requestAction()
ExtendAssociationsBehavior::log()
ExtendAssociationsBehavior::cakeError()
)
LegendCategory::$whitelist = array()
LegendCategory::$cacheSources = true
LegendCategory::$findQueryType = NULL
LegendCategory::$__behaviorMethods = array(
"habtmAdd" => array(
"habtmAdd",
"ExtendAssociations"
),
"habtmDelete" => array(
"habtmDelete",
"ExtendAssociations"
),
"habtmDeleteAll" => array(
"habtmDeleteAll",
"ExtendAssociations"
),
"unbindAll" => array(
"unbindAll",
"ExtendAssociations"
)
)
LegendCategory::$recursive = 1
LegendCategory::$order = NULL
LegendCategory::$__exists = NULL
LegendCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
LegendCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
LegendCategory::$__backAssociation = array()
LegendCategory::$__insertID = NULL
LegendCategory::$__numRows = NULL
LegendCategory::$__affectedRows = NULL
LegendCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
LegendCategory::$_log = NULL
LegendCategory::$Item = "*RECURSION* -> Item"
LegendCategory::$LegendCategoriesItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "legend_categories_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "legend_categories_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"legend_category_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "LegendCategoriesItems"
AppModel::$alias = "LegendCategoriesItems"
AppModel::$tableToModel = array(
"legend_categories_items" => "LegendCategoriesItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
LegendCategory::saveWithItems()
LegendCategory::handleFileUpload()
LegendCategory::call__()
LegendCategory::bind()
LegendCategory::bindModel()
LegendCategory::unbindModel()
LegendCategory::setSource()
LegendCategory::set()
LegendCategory::deconstruct()
LegendCategory::schema()
LegendCategory::loadInfo()
LegendCategory::getColumnTypes()
LegendCategory::getColumnType()
LegendCategory::hasField()
LegendCategory::create()
LegendCategory::read()
LegendCategory::field()
LegendCategory::saveField()
LegendCategory::save()
LegendCategory::updateCounterCache()
LegendCategory::saveAll()
LegendCategory::updateAll()
LegendCategory::remove()
LegendCategory::del()
LegendCategory::delete()
LegendCategory::deleteAll()
LegendCategory::exists()
LegendCategory::hasAny()
LegendCategory::find()
LegendCategory::findAll()
LegendCategory::execute()
LegendCategory::findCount()
LegendCategory::isUnique()
LegendCategory::findAllThreaded()
LegendCategory::findNeighbours()
LegendCategory::query()
LegendCategory::validates()
LegendCategory::invalidFields()
LegendCategory::invalidate()
LegendCategory::isForeignKey()
LegendCategory::getDisplayField()
LegendCategory::generateList()
LegendCategory::escapeField()
LegendCategory::getID()
LegendCategory::normalizeFindParams()
LegendCategory::getLastInsertID()
LegendCategory::getInsertID()
LegendCategory::setInsertID()
LegendCategory::getNumRows()
LegendCategory::getAffectedRows()
LegendCategory::setDataSource()
LegendCategory::getDataSource()
LegendCategory::getAssociated()
LegendCategory::joinModel()
LegendCategory::beforeFind()
LegendCategory::afterFind()
LegendCategory::beforeSave()
LegendCategory::afterSave()
LegendCategory::beforeDelete()
LegendCategory::afterDelete()
LegendCategory::beforeValidate()
LegendCategory::onError()
LegendCategory::overload()
LegendCategory::Object()
LegendCategory::toString()
LegendCategory::requestAction()
LegendCategory::log()
LegendCategory::cakeError()
Item::$ItemsTags = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items_tags"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items_tags"
AppModel::$primaryKey = "item_id"
AppModel::$_schema = array(
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
),
"tag_id" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 10,
"key" => "primary"
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "ItemsTags"
AppModel::$alias = "ItemsTags"
AppModel::$tableToModel = array(
"items_tags" => "ItemsTags"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Item::$RoadsItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "roads_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "roads_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"road_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"km" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "RoadsItems"
AppModel::$alias = "RoadsItems"
AppModel::$tableToModel = array(
"roads_items" => "RoadsItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Item::$LegendCategoriesItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "legend_categories_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "legend_categories_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"legend_category_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "LegendCategoriesItems"
AppModel::$alias = "LegendCategoriesItems"
AppModel::$tableToModel = array(
"legend_categories_items" => "LegendCategoriesItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Item::getConditionString()
Item::getItemsViewport()
Item::getViewBounds()
Item::getViewBoundsCentered()
Item::boundsSWNEtoCenterSpan()
Item::centerSpanToBoundsSWNE()
Item::getItems()
Item::getNewItems()
Item::getLatestSightItems()
Item::matchByTitle()
Item::getAvailableCategories()
Item::getItemsForLegend()
Item::getItemsByCategory()
Item::getItemsInCityByCategory()
Item::getTagsForItem()
Item::getItemsForTag()
Item::getCities()
Item::generateUniqueFilename()
Item::handleFileUpload()
Item::deleteMovedFile()
Item::getAudioLength()
Item::getAudioSize()
Item::del()
Item::resize_image()
Item::call__()
Item::bind()
Item::bindModel()
Item::unbindModel()
Item::setSource()
Item::set()
Item::deconstruct()
Item::schema()
Item::loadInfo()
Item::getColumnTypes()
Item::getColumnType()
Item::hasField()
Item::create()
Item::read()
Item::field()
Item::saveField()
Item::save()
Item::updateCounterCache()
Item::saveAll()
Item::updateAll()
Item::remove()
Item::delete()
Item::deleteAll()
Item::exists()
Item::hasAny()
Item::find()
Item::findAll()
Item::execute()
Item::findCount()
Item::isUnique()
Item::findAllThreaded()
Item::findNeighbours()
Item::query()
Item::validates()
Item::invalidFields()
Item::invalidate()
Item::isForeignKey()
Item::getDisplayField()
Item::generateList()
Item::escapeField()
Item::getID()
Item::normalizeFindParams()
Item::getLastInsertID()
Item::getInsertID()
Item::setInsertID()
Item::getNumRows()
Item::getAffectedRows()
Item::setDataSource()
Item::getDataSource()
Item::getAssociated()
Item::joinModel()
Item::beforeFind()
Item::afterFind()
Item::beforeSave()
Item::afterSave()
Item::beforeDelete()
Item::afterDelete()
Item::beforeValidate()
Item::onError()
Item::overload()
Item::Object()
Item::toString()
Item::requestAction()
Item::log()
Item::cakeError()
LegendCategory::$LegendCategoriesItems = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "legend_categories_items"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "legend_categories_items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"legend_category_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"item_id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "LegendCategoriesItems"
AppModel::$alias = "LegendCategoriesItems"
AppModel::$tableToModel = array(
"legend_categories_items" => "LegendCategoriesItems"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
LegendCategory::saveWithItems()
LegendCategory::handleFileUpload()
LegendCategory::call__()
LegendCategory::bind()
LegendCategory::bindModel()
LegendCategory::unbindModel()
LegendCategory::setSource()
LegendCategory::set()
LegendCategory::deconstruct()
LegendCategory::schema()
LegendCategory::loadInfo()
LegendCategory::getColumnTypes()
LegendCategory::getColumnType()
LegendCategory::hasField()
LegendCategory::create()
LegendCategory::read()
LegendCategory::field()
LegendCategory::saveField()
LegendCategory::save()
LegendCategory::updateCounterCache()
LegendCategory::saveAll()
LegendCategory::updateAll()
LegendCategory::remove()
LegendCategory::del()
LegendCategory::delete()
LegendCategory::deleteAll()
LegendCategory::exists()
LegendCategory::hasAny()
LegendCategory::find()
LegendCategory::findAll()
LegendCategory::execute()
LegendCategory::findCount()
LegendCategory::isUnique()
LegendCategory::findAllThreaded()
LegendCategory::findNeighbours()
LegendCategory::query()
LegendCategory::validates()
LegendCategory::invalidFields()
LegendCategory::invalidate()
LegendCategory::isForeignKey()
LegendCategory::getDisplayField()
LegendCategory::generateList()
LegendCategory::escapeField()
LegendCategory::getID()
LegendCategory::normalizeFindParams()
LegendCategory::getLastInsertID()
LegendCategory::getInsertID()
LegendCategory::setInsertID()
LegendCategory::getNumRows()
LegendCategory::getAffectedRows()
LegendCategory::setDataSource()
LegendCategory::getDataSource()
LegendCategory::getAssociated()
LegendCategory::joinModel()
LegendCategory::beforeFind()
LegendCategory::afterFind()
LegendCategory::beforeSave()
LegendCategory::afterSave()
LegendCategory::beforeDelete()
LegendCategory::afterDelete()
LegendCategory::beforeValidate()
LegendCategory::onError()
LegendCategory::overload()
LegendCategory::Object()
LegendCategory::toString()
LegendCategory::requestAction()
LegendCategory::log()
LegendCategory::cakeError()
$items = array()
$CategoryModel = Category
Category::$name = "Category"
Category::$hasMany = array(
"Items" => array(
"className" => "Items",
"foreignKey" => "category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
Category::$useDbConfig = "default"
Category::$useTable = "categories"
Category::$displayField = "title"
Category::$id = false
Category::$data = array()
Category::$table = "categories"
Category::$primaryKey = "id"
Category::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"short" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 20
),
"teaser" => array(
"type" => "boolean",
"null" => true,
"default" => "1",
"length" => 1
)
)
Category::$validate = array()
Category::$validationErrors = array()
Category::$tablePrefix = NULL
Category::$alias = "Category"
Category::$tableToModel = array(
"categories" => "Category",
"items" => "Items"
)
Category::$logTransactions = false
Category::$transactional = false
Category::$cacheQueries = false
Category::$belongsTo = array()
Category::$hasOne = array()
Category::$hasAndBelongsToMany = array()
Category::$actsAs = NULL
Category::$behaviors = array()
Category::$whitelist = array()
Category::$cacheSources = true
Category::$findQueryType = NULL
Category::$__behaviorMethods = array()
Category::$recursive = 1
Category::$order = NULL
Category::$__exists = NULL
Category::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Category::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Category::$__backAssociation = array()
Category::$__insertID = NULL
Category::$__numRows = NULL
Category::$__affectedRows = NULL
Category::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Category::$_log = NULL
Category::$Items = AppModel
AppModel::$useDbConfig = "default"
AppModel::$useTable = "items"
AppModel::$displayField = "title"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "items"
AppModel::$primaryKey = "id"
AppModel::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lang" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"country" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 2
),
"adminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"subadminarea" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"city" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"zip" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 8
),
"street" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"lat" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"lng" => array(
"type" => "float",
"null" => true,
"default" => null,
"length" => null
),
"user_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"category_id" => array(
"type" => "integer",
"null" => false,
"default" => "1",
"length" => 11,
"key" => "index"
),
"created" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "timestamp",
"null" => false,
"default" => "CURRENT_TIMESTAMP",
"length" => null
),
"charge" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"audio_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"audio_size" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"audio_length" => array(
"type" => "string",
"null" => false,
"default" => null,
"length" => 8
),
"image_type" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 32
),
"image_file" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 128
),
"image_copyright" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"text" => array(
"type" => "text",
"null" => false,
"default" => null,
"length" => null
),
"preview" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"link" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"source" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"license" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 256
),
"city_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"podcast_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"published" => array(
"type" => "timestamp",
"null" => true,
"default" => null,
"length" => null
),
"newsfeed" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"affiliate" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
)
)
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "Items"
AppModel::$alias = "Items"
AppModel::$tableToModel = array(
"items" => "Items"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$actsAs = NULL
AppModel::$behaviors = array()
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array()
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
Category::handleFileUpload()
Category::call__()
Category::bind()
Category::bindModel()
Category::unbindModel()
Category::setSource()
Category::set()
Category::deconstruct()
Category::schema()
Category::loadInfo()
Category::getColumnTypes()
Category::getColumnType()
Category::hasField()
Category::create()
Category::read()
Category::field()
Category::saveField()
Category::save()
Category::updateCounterCache()
Category::saveAll()
Category::updateAll()
Category::remove()
Category::del()
Category::delete()
Category::deleteAll()
Category::exists()
Category::hasAny()
Category::find()
Category::findAll()
Category::execute()
Category::findCount()
Category::isUnique()
Category::findAllThreaded()
Category::findNeighbours()
Category::query()
Category::validates()
Category::invalidFields()
Category::invalidate()
Category::isForeignKey()
Category::getDisplayField()
Category::generateList()
Category::escapeField()
Category::getID()
Category::normalizeFindParams()
Category::getLastInsertID()
Category::getInsertID()
Category::setInsertID()
Category::getNumRows()
Category::getAffectedRows()
Category::setDataSource()
Category::getDataSource()
Category::getAssociated()
Category::joinModel()
Category::beforeFind()
Category::afterFind()
Category::beforeSave()
Category::afterSave()
Category::beforeDelete()
Category::afterDelete()
Category::beforeValidate()
Category::onError()
Category::overload()
Category::Object()
Category::toString()
Category::requestAction()
Category::log()
Category::cakeError()
$categories = array(
array(
"Category" => array(
"id" => "1",
"title" => "Sehenswürdigkeiten",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "2",
"title" => "Audiopakete und Touren",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "3",
"title" => "Literatur, Geschichte, Hörbücher",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "4",
"title" => "News, Berichte, Podcasts",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "5",
"title" => "Special: ",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "6",
"title" => "Sagen, Märchen, Kindergeschichten",
"short" => null,
"teaser" => "1"
)
),
array(
"Category" => array(
"id" => "7",
"title" => "Touristische Hinweisschilder",
"short" => null,
"teaser" => "1"
)
)
)
$ret = array(
array(
"Category" => array(
"id" => "1",
"title" => "Sehenswürdigkeiten",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "2",
"title" => "Audiopakete und Touren",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "3",
"title" => "Literatur, Geschichte, Hörbücher",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "4",
"title" => "News, Berichte, Podcasts",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "5",
"title" => "Special: ",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "6",
"title" => "Sagen, Märchen, Kindergeschichten",
"short" => null,
"teaser" => "1"
),
"Items" => array()
),
array(
"Category" => array(
"id" => "7",
"title" => "Touristische Hinweisschilder",
"short" => null,
"teaser" => "1"
),
"Items" => array()
)
)
$cat = array(
"Category" => array(
"id" => "7",
"title" => "Touristische Hinweisschilder",
"short" => null,
"teaser" => "1"
)
)
}
foreach ($items[0]['Item'] as $item) {
Item::getItemsForLegend() - APP/models/item.php, line 387
ItemsController::legend() - APP/controllers/items_controller.php, line 420
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 268
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - APP/webroot/index.php, line 84