Code |
Context$controller = ArticlesController
ArticlesController::$uses = array(
"Article"
)
ArticlesController::$name = "Articles"
ArticlesController::$helpers = array(
"Form",
"Html",
"Javascript",
"General"
)
ArticlesController::$beforeFilter = array(
"checkAuth" => array(
"master_index",
"master_add"
)
)
ArticlesController::$here = "/articles"
ArticlesController::$webroot = "/"
ArticlesController::$action = "index"
ArticlesController::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "articles",
"plugin" => null,
"action" => "index",
"form" => array(),
"url" => array(
"url" => "articles"
),
"bare" => 0,
"webservices" => null
)
ArticlesController::$data = NULL
ArticlesController::$paginate = array(
"limit" => 20,
"page" => 1
)
ArticlesController::$viewPath = "articles"
ArticlesController::$layoutPath = NULL
ArticlesController::$viewVars = array()
ArticlesController::$pageTitle = false
ArticlesController::$modelNames = array(
"Article"
)
ArticlesController::$base = "[empty string]"
ArticlesController::$layout = "default"
ArticlesController::$autoRender = true
ArticlesController::$autoLayout = true
ArticlesController::$components = array(
"Session"
)
ArticlesController::$view = "View"
ArticlesController::$ext = ".ctp"
ArticlesController::$__viewClass = NULL
ArticlesController::$output = NULL
ArticlesController::$plugin = NULL
ArticlesController::$cacheAction = false
ArticlesController::$persistModel = false
ArticlesController::$webservices = NULL
ArticlesController::$passedArgs = array()
ArticlesController::$_log = NULL
ArticlesController::$modelClass = "Article"
ArticlesController::$modelKey = "article"
ArticlesController::$Session = SessionComponent
SessionComponent::$__active = true
SessionComponent::$__started = false
SessionComponent::$__bare = 0
SessionComponent::$valid = false
SessionComponent::$error = false
SessionComponent::$_userAgent = "c7e7c371b39cb59a103e207dfe1fceff"
SessionComponent::$path = "/"
SessionComponent::$lastError = NULL
SessionComponent::$security = "high"
SessionComponent::$time = 1231339167
SessionComponent::$sessionTime = 1231340367
SessionComponent::$watchKeys = array()
SessionComponent::$id = NULL
SessionComponent::$_log = NULL
SessionComponent::$host = "www.essentialmarketer.com"
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()
ArticlesController::$Article = Article
Article::$name = "Article"
Article::$useDbConfig = "default"
Article::$validateFile = array(
"size" => 99999999999,
"type" => "jpg,jpeg,png,gif,pdf,doc"
)
Article::$useTable = "articles"
Article::$displayField = "title"
Article::$id = NULL
Article::$data = array()
Article::$table = "articles"
Article::$primaryKey = "id"
Article::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 10,
"key" => "primary",
"extra" => "auto_increment"
),
"title" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 250
),
"body" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null
),
"created" => array(
"type" => "datetime",
"null" => true,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "datetime",
"null" => true,
"default" => null,
"length" => null
),
"filename" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 250
)
)
Article::$validate = array()
Article::$validationErrors = array()
Article::$tablePrefix = NULL
Article::$alias = "Article"
Article::$tableToModel = array(
"articles" => "Article"
)
Article::$logTransactions = false
Article::$transactional = false
Article::$cacheQueries = false
Article::$belongsTo = array()
Article::$hasOne = array()
Article::$hasMany = array()
Article::$hasAndBelongsToMany = array()
Article::$actsAs = NULL
Article::$behaviors = array()
Article::$whitelist = array()
Article::$cacheSources = true
Article::$findQueryType = NULL
Article::$__behaviorMethods = array()
Article::$recursive = 1
Article::$order = NULL
Article::$__exists = NULL
Article::$__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"
)
)
Article::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Article::$__backAssociation = array()
Article::$__insertID = NULL
Article::$__numRows = NULL
Article::$__affectedRows = NULL
Article::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Article::$_log = NULL
Article::generateUniqueFilename()
Article::handleFileUpload()
Article::deleteMovedFile()
Article::call__()
Article::bind()
Article::bindModel()
Article::unbindModel()
Article::setSource()
Article::set()
Article::deconstruct()
Article::schema()
Article::loadInfo()
Article::getColumnTypes()
Article::getColumnType()
Article::hasField()
Article::create()
Article::read()
Article::field()
Article::saveField()
Article::save()
Article::updateCounterCache()
Article::saveAll()
Article::updateAll()
Article::remove()
Article::del()
Article::delete()
Article::deleteAll()
Article::exists()
Article::hasAny()
Article::find()
Article::findAll()
Article::execute()
Article::findCount()
Article::isUnique()
Article::findAllThreaded()
Article::findNeighbours()
Article::query()
Article::validates()
Article::invalidFields()
Article::invalidate()
Article::isForeignKey()
Article::getDisplayField()
Article::generateList()
Article::escapeField()
Article::getID()
Article::normalizeFindParams()
Article::getLastInsertID()
Article::getInsertID()
Article::setInsertID()
Article::getNumRows()
Article::getAffectedRows()
Article::setDataSource()
Article::getDataSource()
Article::getAssociated()
Article::joinModel()
Article::beforeFind()
Article::afterFind()
Article::beforeSave()
Article::afterSave()
Article::beforeDelete()
Article::afterDelete()
Article::beforeValidate()
Article::onError()
Article::overload()
Article::Object()
Article::toString()
Article::requestAction()
Article::log()
Article::cakeError()
ArticlesController::checkAuth()
ArticlesController::master_index()
ArticlesController::master_add()
ArticlesController::index()
ArticlesController::view()
ArticlesController::constructClasses()
ArticlesController::loadModel()
ArticlesController::redirect()
ArticlesController::set()
ArticlesController::setAction()
ArticlesController::isAuthorized()
ArticlesController::validate()
ArticlesController::validateErrors()
ArticlesController::render()
ArticlesController::referer()
ArticlesController::disableCache()
ArticlesController::flash()
ArticlesController::postConditions()
ArticlesController::cleanUpFields()
ArticlesController::paginate()
ArticlesController::beforeFilter()
ArticlesController::beforeRender()
ArticlesController::afterFilter()
ArticlesController::Object()
ArticlesController::toString()
ArticlesController::requestAction()
ArticlesController::log()
ArticlesController::cakeError()
function start(&$controller) {
if (!empty($controller->beforeFilter)) {
trigger_error(sprintf(__('Dispatcher::start - Controller::$beforeFilter property usage is deprecated and will no longer be supported. Use Controller::beforeFilter().', true)), E_USER_WARNING);
Dispatcher::start() - CORE/cake/dispatcher.php, line 298
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 226
[main] - APP/webroot/index.php, line 84