Code |
Context$this = AppController
AppController::$publicControllers = array(
"pages"
)
AppController::$imageName = "[empty string]"
AppController::$components = array(
"Session",
"PaginationRecall"
)
AppController::$uses = array(
"News",
"Update",
"AdminItem"
)
AppController::$helpers = array(
"Html",
"Form",
"Javascript"
)
AppController::$allowedControllers = array(
"Pages"
)
AppController::$allowedActions = array()
AppController::$name = "App"
AppController::$here = "/app/webroot/"
AppController::$webroot = "/"
AppController::$action = "webroot"
AppController::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "app",
"action" => "webroot",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "app/webroot/"
),
"bare" => 0,
"webservices" => null
)
AppController::$data = NULL
AppController::$paginate = array(
"limit" => 20,
"page" => 1
)
AppController::$viewPath = "app"
AppController::$layoutPath = NULL
AppController::$viewVars = array()
AppController::$pageTitle = false
AppController::$modelNames = array(
"News",
"Update",
"AdminItem"
)
AppController::$base = "[empty string]"
AppController::$layout = "default"
AppController::$autoRender = false
AppController::$autoLayout = true
AppController::$view = "View"
AppController::$ext = ".ctp"
AppController::$__viewClass = NULL
AppController::$output = NULL
AppController::$plugin = NULL
AppController::$cacheAction = false
AppController::$persistModel = false
AppController::$webservices = NULL
AppController::$passedArgs = array()
AppController::$_log = NULL
AppController::$modelClass = "News"
AppController::$modelKey = "app"
AppController::$Session = SessionComponent
SessionComponent::$__active = true
SessionComponent::$__started = false
SessionComponent::$__bare = 0
SessionComponent::$valid = false
SessionComponent::$error = false
SessionComponent::$_userAgent = "603c216234e34c0daaae28025ff444b6"
SessionComponent::$path = "/"
SessionComponent::$lastError = NULL
SessionComponent::$security = "high"
SessionComponent::$time = 1337524630
SessionComponent::$sessionTime = 1337525830
SessionComponent::$watchKeys = array()
SessionComponent::$id = NULL
SessionComponent::$_log = NULL
SessionComponent::$host = "www.fidagro.com"
SessionComponent::$cookieLifeTime = 0
SessionComponent::initialize()
SessionComponent::startup()
SessionComponent::activate()
SessionComponent::write()
SessionComponent::read()
SessionComponent::del()
SessionComponent::delete()
SessionComponent::check()
SessionComponent::error()
SessionComponent::setFlash()
SessionComponent::renew()
SessionComponent::valid()
SessionComponent::destroy()
SessionComponent::id()
SessionComponent::start()
SessionComponent::started()
SessionComponent::watch()
SessionComponent::ignore()
SessionComponent::Object()
SessionComponent::toString()
SessionComponent::requestAction()
SessionComponent::log()
SessionComponent::cakeError()
AppController::$PaginationRecall = PaginationRecallComponent
PaginationRecallComponent::$components = array(
"Session"
)
PaginationRecallComponent::$Controller = NULL
PaginationRecallComponent::$_log = NULL
PaginationRecallComponent::$Session = SessionComponent
SessionComponent::$__active = true
SessionComponent::$__started = false
SessionComponent::$__bare = 0
SessionComponent::$valid = false
SessionComponent::$error = false
SessionComponent::$_userAgent = "603c216234e34c0daaae28025ff444b6"
SessionComponent::$path = "/"
SessionComponent::$lastError = NULL
SessionComponent::$security = "high"
SessionComponent::$time = 1337524630
SessionComponent::$sessionTime = 1337525830
SessionComponent::$watchKeys = array()
SessionComponent::$id = NULL
SessionComponent::$_log = NULL
SessionComponent::$host = "www.fidagro.com"
SessionComponent::$cookieLifeTime = 0
SessionComponent::initialize()
SessionComponent::startup()
SessionComponent::activate()
SessionComponent::write()
SessionComponent::read()
SessionComponent::del()
SessionComponent::delete()
SessionComponent::check()
SessionComponent::error()
SessionComponent::setFlash()
SessionComponent::renew()
SessionComponent::valid()
SessionComponent::destroy()
SessionComponent::id()
SessionComponent::start()
SessionComponent::started()
SessionComponent::watch()
SessionComponent::ignore()
SessionComponent::Object()
SessionComponent::toString()
SessionComponent::requestAction()
SessionComponent::log()
SessionComponent::cakeError()
PaginationRecallComponent::startup()
PaginationRecallComponent::Object()
PaginationRecallComponent::toString()
PaginationRecallComponent::requestAction()
PaginationRecallComponent::log()
PaginationRecallComponent::cakeError()
AppController::$News = News
News::$name = "News"
News::$pager = array(
"limit" => 20,
"pages" => 0,
"actual" => 0,
"prev" => false,
"next" => false
)
News::$actsAs = array(
"Bindable" => null,
"upload" => array(
"file_name" => array(
"dir" => "files/news/image",
"overwrite_existing" => false,
"random_filename" => true,
"create_directory" => false,
"allowed_mime" => array(),
"allowed_ext" => array(),
"chmod_file" => true
)
)
)
News::$useDbConfig = "default"
News::$useTable = "news"
News::$displayField = "title"
News::$id = NULL
News::$data = array()
News::$table = "news"
News::$primaryKey = "id"
News::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"date" => array(
"type" => "date",
"null" => true,
"default" => null,
"length" => null
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 67
),
"description" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"file_name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 80
),
"created" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"modified" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
)
)
News::$validate = array()
News::$validationErrors = array()
News::$tablePrefix = NULL
News::$alias = "News"
News::$tableToModel = array(
"news" => "News"
)
News::$logTransactions = false
News::$transactional = false
News::$cacheQueries = false
News::$belongsTo = array()
News::$hasOne = array()
News::$hasMany = array()
News::$hasAndBelongsToMany = array()
News::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"News" => array(
"recursive" => true,
"notices" => false
),
"Category" => array(
"recursive" => true,
"notices" => false
),
"Update" => array(
"recursive" => true,
"notices" => false
),
"AdminItem" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"upload" => UploadBehavior
UploadBehavior::$default_options = array(
"dir" => "[empty string]",
"allowed_mime" => array(),
"allowed_ext" => array(),
"overwrite_existing" => false,
"create_directory" => true,
"chmod_file" => true
)
UploadBehavior::$__fields = array(
"News" => array(
"file_name" => array(
"dir" => "files/news/image",
"overwrite_existing" => false,
"random_filename" => true,
"create_directory" => false,
"allowed_mime" => array(),
"allowed_ext" => array(),
"chmod_file" => true
)
),
"Update" => array(
"file_name" => array(
"dir" => "files/informes/uploaded",
"overwrite_existing" => false,
"random_filename" => true,
"create_directory" => false,
"allowed_mime" => array(),
"allowed_ext" => array(),
"chmod_file" => true
)
)
)
UploadBehavior::$settings = array()
UploadBehavior::$mapMethods = array()
UploadBehavior::$_log = NULL
UploadBehavior::$Folder = Folder
Folder::$path = "/home/fidagro/public_html/app/tmp/"
Folder::$sort = false
Folder::$mode = "0755"
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
UploadBehavior::setup()
UploadBehavior::beforeSave()
UploadBehavior::beforeFind()
UploadBehavior::afterFind()
UploadBehavior::beforeValidate()
UploadBehavior::afterSave()
UploadBehavior::beforeDelete()
UploadBehavior::afterDelete()
UploadBehavior::onError()
UploadBehavior::Object()
UploadBehavior::toString()
UploadBehavior::requestAction()
UploadBehavior::log()
UploadBehavior::cakeError()
)
News::$whitelist = array()
News::$cacheSources = true
News::$findQueryType = NULL
News::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
News::$recursive = 1
News::$order = NULL
News::$__exists = NULL
News::$__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"
)
)
News::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
News::$__backAssociation = array()
News::$__insertID = NULL
News::$__numRows = NULL
News::$__affectedRows = NULL
News::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
News::$_log = NULL
News::call__()
News::bind()
News::bindModel()
News::unbindModel()
News::setSource()
News::set()
News::deconstruct()
News::schema()
News::loadInfo()
News::getColumnTypes()
News::getColumnType()
News::hasField()
News::create()
News::read()
News::field()
News::saveField()
News::save()
News::updateCounterCache()
News::saveAll()
News::updateAll()
News::remove()
News::del()
News::delete()
News::deleteAll()
News::exists()
News::hasAny()
News::find()
News::findAll()
News::execute()
News::findCount()
News::isUnique()
News::findAllThreaded()
News::findNeighbours()
News::query()
News::validates()
News::invalidFields()
News::invalidate()
News::isForeignKey()
News::getDisplayField()
News::generateList()
News::escapeField()
News::getID()
News::normalizeFindParams()
News::getLastInsertID()
News::getInsertID()
News::setInsertID()
News::getNumRows()
News::getAffectedRows()
News::setDataSource()
News::getDataSource()
News::getAssociated()
News::joinModel()
News::beforeFind()
News::afterFind()
News::beforeSave()
News::afterSave()
News::beforeDelete()
News::afterDelete()
News::beforeValidate()
News::onError()
News::overload()
News::Object()
News::toString()
News::requestAction()
News::log()
News::cakeError()
AppController::$Update = Update
Update::$name = "Update"
Update::$actsAs = array(
"Bindable" => null,
"upload" => array(
"file_name" => array(
"dir" => "files/informes/uploaded",
"overwrite_existing" => false,
"random_filename" => true,
"create_directory" => false,
"allowed_mime" => array(),
"allowed_ext" => array(),
"chmod_file" => true
)
)
)
Update::$belongsTo = array(
"Category" => array(
"className" => "Category",
"foreignKey" => "category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
Update::$useDbConfig = "default"
Update::$useTable = "updates"
Update::$displayField = "id"
Update::$id = NULL
Update::$data = array()
Update::$table = "updates"
Update::$primaryKey = "id"
Update::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"date" => array(
"type" => "date",
"null" => false,
"default" => "0000-00-00",
"length" => null
),
"description" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"file_name" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 250
),
"category_id" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 11
),
"created" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"modified" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
)
)
Update::$validate = array()
Update::$validationErrors = array()
Update::$tablePrefix = NULL
Update::$alias = "Update"
Update::$tableToModel = array(
"updates" => "Update",
"categories" => "Category"
)
Update::$logTransactions = false
Update::$transactional = false
Update::$cacheQueries = false
Update::$hasOne = array()
Update::$hasMany = array()
Update::$hasAndBelongsToMany = array()
Update::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"News" => array(
"recursive" => true,
"notices" => false
),
"Category" => array(
"recursive" => true,
"notices" => false
),
"Update" => array(
"recursive" => true,
"notices" => false
),
"AdminItem" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"upload" => UploadBehavior
UploadBehavior::$default_options = array(
"dir" => "[empty string]",
"allowed_mime" => array(),
"allowed_ext" => array(),
"overwrite_existing" => false,
"create_directory" => true,
"chmod_file" => true
)
UploadBehavior::$__fields = array(
"News" => array(
"file_name" => array(
"dir" => "files/news/image",
"overwrite_existing" => false,
"random_filename" => true,
"create_directory" => false,
"allowed_mime" => array(),
"allowed_ext" => array(),
"chmod_file" => true
)
),
"Update" => array(
"file_name" => array(
"dir" => "files/informes/uploaded",
"overwrite_existing" => false,
"random_filename" => true,
"create_directory" => false,
"allowed_mime" => array(),
"allowed_ext" => array(),
"chmod_file" => true
)
)
)
UploadBehavior::$settings = array()
UploadBehavior::$mapMethods = array()
UploadBehavior::$_log = NULL
UploadBehavior::$Folder = Folder
Folder::$path = "/home/fidagro/public_html/app/tmp/"
Folder::$sort = false
Folder::$mode = "0755"
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
UploadBehavior::setup()
UploadBehavior::beforeSave()
UploadBehavior::beforeFind()
UploadBehavior::afterFind()
UploadBehavior::beforeValidate()
UploadBehavior::afterSave()
UploadBehavior::beforeDelete()
UploadBehavior::afterDelete()
UploadBehavior::onError()
UploadBehavior::Object()
UploadBehavior::toString()
UploadBehavior::requestAction()
UploadBehavior::log()
UploadBehavior::cakeError()
)
Update::$whitelist = array()
Update::$cacheSources = true
Update::$findQueryType = NULL
Update::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Update::$recursive = 1
Update::$order = NULL
Update::$__exists = NULL
Update::$__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"
)
)
Update::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Update::$__backAssociation = array()
Update::$__insertID = NULL
Update::$__numRows = NULL
Update::$__affectedRows = NULL
Update::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Update::$_log = NULL
Update::$Category = Category
Category::$name = "Category"
Category::$actsAs = array(
"Bindable" => null
)
Category::$useDbConfig = "default"
Category::$useTable = "categories"
Category::$displayField = "name"
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"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 250
),
"created" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"modified" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
)
)
Category::$validate = array()
Category::$validationErrors = array()
Category::$tablePrefix = NULL
Category::$alias = "Category"
Category::$tableToModel = array(
"categories" => "Category"
)
Category::$logTransactions = false
Category::$transactional = false
Category::$cacheQueries = false
Category::$belongsTo = array()
Category::$hasOne = array()
Category::$hasMany = array()
Category::$hasAndBelongsToMany = array()
Category::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"News" => array(
"recursive" => true,
"notices" => false
),
"Category" => array(
"recursive" => true,
"notices" => false
),
"Update" => array(
"recursive" => true,
"notices" => false
),
"AdminItem" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Category::$whitelist = array()
Category::$cacheSources = true
Category::$findQueryType = NULL
Category::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
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::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()
Update::call__()
Update::bind()
Update::bindModel()
Update::unbindModel()
Update::setSource()
Update::set()
Update::deconstruct()
Update::schema()
Update::loadInfo()
Update::getColumnTypes()
Update::getColumnType()
Update::hasField()
Update::create()
Update::read()
Update::field()
Update::saveField()
Update::save()
Update::updateCounterCache()
Update::saveAll()
Update::updateAll()
Update::remove()
Update::del()
Update::delete()
Update::deleteAll()
Update::exists()
Update::hasAny()
Update::find()
Update::findAll()
Update::execute()
Update::findCount()
Update::isUnique()
Update::findAllThreaded()
Update::findNeighbours()
Update::query()
Update::validates()
Update::invalidFields()
Update::invalidate()
Update::isForeignKey()
Update::getDisplayField()
Update::generateList()
Update::escapeField()
Update::getID()
Update::normalizeFindParams()
Update::getLastInsertID()
Update::getInsertID()
Update::setInsertID()
Update::getNumRows()
Update::getAffectedRows()
Update::setDataSource()
Update::getDataSource()
Update::getAssociated()
Update::joinModel()
Update::beforeFind()
Update::afterFind()
Update::beforeSave()
Update::afterSave()
Update::beforeDelete()
Update::afterDelete()
Update::beforeValidate()
Update::onError()
Update::overload()
Update::Object()
Update::toString()
Update::requestAction()
Update::log()
Update::cakeError()
AppController::$AdminItem = AdminItem
AdminItem::$name = "AdminItem"
AdminItem::$actsAs = array(
"Bindable" => null
)
AdminItem::$useDbConfig = "default"
AdminItem::$useTable = "admin_items"
AdminItem::$displayField = "name"
AdminItem::$id = NULL
AdminItem::$data = array()
AdminItem::$table = "admin_items"
AdminItem::$primaryKey = "id"
AdminItem::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"name" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 250
),
"link_name" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 250
),
"created" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
),
"modified" => array(
"type" => "datetime",
"null" => false,
"default" => "0000-00-00 00:00:00",
"length" => null
)
)
AdminItem::$validate = array()
AdminItem::$validationErrors = array()
AdminItem::$tablePrefix = NULL
AdminItem::$alias = "AdminItem"
AdminItem::$tableToModel = array(
"admin_items" => "AdminItem"
)
AdminItem::$logTransactions = false
AdminItem::$transactional = false
AdminItem::$cacheQueries = false
AdminItem::$belongsTo = array()
AdminItem::$hasOne = array()
AdminItem::$hasMany = array()
AdminItem::$hasAndBelongsToMany = array()
AdminItem::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"News" => array(
"recursive" => true,
"notices" => false
),
"Category" => array(
"recursive" => true,
"notices" => false
),
"Update" => array(
"recursive" => true,
"notices" => false
),
"AdminItem" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
AdminItem::$whitelist = array()
AdminItem::$cacheSources = true
AdminItem::$findQueryType = NULL
AdminItem::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AdminItem::$recursive = 1
AdminItem::$order = NULL
AdminItem::$__exists = NULL
AdminItem::$__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"
)
)
AdminItem::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AdminItem::$__backAssociation = array()
AdminItem::$__insertID = NULL
AdminItem::$__numRows = NULL
AdminItem::$__affectedRows = NULL
AdminItem::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AdminItem::$_log = NULL
AdminItem::call__()
AdminItem::bind()
AdminItem::bindModel()
AdminItem::unbindModel()
AdminItem::setSource()
AdminItem::set()
AdminItem::deconstruct()
AdminItem::schema()
AdminItem::loadInfo()
AdminItem::getColumnTypes()
AdminItem::getColumnType()
AdminItem::hasField()
AdminItem::create()
AdminItem::read()
AdminItem::field()
AdminItem::saveField()
AdminItem::save()
AdminItem::updateCounterCache()
AdminItem::saveAll()
AdminItem::updateAll()
AdminItem::remove()
AdminItem::del()
AdminItem::delete()
AdminItem::deleteAll()
AdminItem::exists()
AdminItem::hasAny()
AdminItem::find()
AdminItem::findAll()
AdminItem::execute()
AdminItem::findCount()
AdminItem::isUnique()
AdminItem::findAllThreaded()
AdminItem::findNeighbours()
AdminItem::query()
AdminItem::validates()
AdminItem::invalidFields()
AdminItem::invalidate()
AdminItem::isForeignKey()
AdminItem::getDisplayField()
AdminItem::generateList()
AdminItem::escapeField()
AdminItem::getID()
AdminItem::normalizeFindParams()
AdminItem::getLastInsertID()
AdminItem::getInsertID()
AdminItem::setInsertID()
AdminItem::getNumRows()
AdminItem::getAffectedRows()
AdminItem::setDataSource()
AdminItem::getDataSource()
AdminItem::getAssociated()
AdminItem::joinModel()
AdminItem::beforeFind()
AdminItem::afterFind()
AdminItem::beforeSave()
AdminItem::afterSave()
AdminItem::beforeDelete()
AdminItem::afterDelete()
AdminItem::beforeValidate()
AdminItem::onError()
AdminItem::overload()
AdminItem::Object()
AdminItem::toString()
AdminItem::requestAction()
AdminItem::log()
AdminItem::cakeError()
AppController::beforeFilter()
AppController::beforeRender()
AppController::isAdminPage()
AppController::isUserLogged()
AppController::constructClasses()
AppController::loadModel()
AppController::redirect()
AppController::set()
AppController::setAction()
AppController::isAuthorized()
AppController::validate()
AppController::validateErrors()
AppController::render()
AppController::referer()
AppController::disableCache()
AppController::flash()
AppController::postConditions()
AppController::cleanUpFields()
AppController::paginate()
AppController::afterFilter()
AppController::Object()
AppController::toString()
AppController::requestAction()
AppController::log()
AppController::cakeError()
$url = "/users/login"
$status = null
$exit = true
$c = "PaginationRecall"
$path = array(
"PaginationRecall"
)
Warning: implode() [
function.implode]: Invalid arguments passed in
/home/fidagro/public_html/cake/libs/debugger.php on line
497
header - [internal], line ??
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 546
AppController::beforeFilter() - APP/app_controller.php, line 59
Dispatcher::start() - CORE/cake/dispatcher.php, line 312
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 226
[main] - APP/webroot/index.php, line 84