Warning (2): mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 454]
$config = array( "persistent" => false, "host" => "localhost", "login" => "marilyn6_commerc", "password" => "Commerce1", "database" => "marilyn6_commerce", "port" => "3306", "connect" => "mysql_pconnect", "driver" => "mysql", "prefix" => "" )
mysql_connect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 454 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 98 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - ROOT/index.php, line 177
Warning (2): mysql_select_db(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 460]
$config = array( "persistent" => false, "host" => "localhost", "login" => "marilyn6_commerc", "password" => "Commerce1", "database" => "marilyn6_commerce", "port" => "3306", "connect" => "mysql_connect", "driver" => "mysql", "prefix" => "" )
mysql_select_db - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 460 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 98 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - ROOT/index.php, line 177
Warning (2): mysql_get_server_info(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 468]
$config = array( "persistent" => false, "host" => "localhost", "login" => "marilyn6_commerc", "password" => "Commerce1", "database" => "marilyn6_commerce", "port" => "3306", "connect" => "mysql_connect", "driver" => "mysql", "prefix" => "" )
mysql_get_server_info - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 468 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 98 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - ROOT/index.php, line 177
Warning (2): mysql_query(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 500]
$sql = "SHOW TABLES FROM `marilyn6_commerce`;"
mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 500 DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 512 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 439 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - ROOT/index.php, line 177
Warning (2): mysql_errno(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 576]
mysql_errno - [internal], line ?? DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 576 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 194 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 338 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 222 DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 100 Model::schema() - CORE/cake/libs/model/model.php, line 930 DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1683 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 629 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 102]
$model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = NULL Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL $cache = null $fields = false $cols = false
$cols = $this->query('DESCRIBE ' . $this->fullTableName($model));foreach ($cols as $column) {
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 102 Model::schema() - CORE/cake/libs/model/model.php, line 930 DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1683 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 629 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Warning (2): array_keys() [function.array-keys]: The first argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1683]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = false DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = false Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL $alias = "Setting" $fields = array() $quote = true
array_keys - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1683 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 629 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Warning (2): array_filter() [function.array-filter]: The first argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1687]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = false DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = false Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL $alias = "Setting" $fields = null $quote = true
array_filter - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1687 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 629 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Warning (2): array_values() [function.array-values]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1687]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = false DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = false Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL $alias = "Setting" $fields = null $quote = true
array_values - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1687 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 629 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Warning (2): array_unique() [function.array-unique]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1751]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = false DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = false Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL $alias = "Setting" $fields = null $quote = true $count = 0
array_unique - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1751 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 629 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Warning (2): array_unique() [function.array-unique]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1062]
$model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = false Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL $linkModel = null $type = null $association = null $assocData = array( "conditions" => array(), "fields" => array(), "joins" => array(), "order" => array(), "limit" => array(), "offset" => array(), "group" => array() ) $queryData = array( "conditions" => array( "Setting.id" => 1 ), "fields" => false, "joins" => array(), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true ) $external = false $resultSet = null
array_unique - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1062 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 653 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Warning (2): implode() [function.implode]: Invalid arguments passed [CORE/cake/libs/model/datasources/dbo_source.php, line 1275]
$query = array( "offset" => array(), "joins" => array(), "fields" => false, "table" => "", "alias" => "Setting", "limit" => 1, "conditions" => array( "Setting.id" => 1 ), "order" => array( null ), "group" => array() ) $model = Setting Setting::$name = "Setting" Setting::$useDbConfig = "default" Setting::$useTable = "settings" Setting::$displayField = NULL Setting::$id = false Setting::$data = array Setting::$table = false Setting::$primaryKey = "id" Setting::$_schema = false Setting::$validate = array Setting::$validationErrors = array Setting::$tablePrefix = "" Setting::$alias = "Setting" Setting::$tableToModel = array Setting::$logTransactions = false Setting::$transactional = false Setting::$cacheQueries = false Setting::$belongsTo = array Setting::$hasOne = array Setting::$hasMany = array Setting::$hasAndBelongsToMany = array Setting::$actsAs = NULL Setting::$Behaviors = BehaviorCollection object Setting::$whitelist = array Setting::$cacheSources = true Setting::$findQueryType = "first" Setting::$recursive = 1 Setting::$order = NULL Setting::$__exists = NULL Setting::$__associationKeys = array Setting::$__associations = array Setting::$__backAssociation = array Setting::$__insertID = NULL Setting::$__numRows = NULL Setting::$__affectedRows = NULL Setting::$_findMethods = array Setting::$_log = NULL
implode - [internal], line ?? DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1275 DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1073 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 653 Model::find() - CORE/cake/libs/model/model.php, line 2031 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Notice (8): Trying to get property of non-object [CORE/cake/libs/model/datasources/dbo_source.php, line 645]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = false DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = ResourceCategory ResourceCategory::$name = "ResourceCategory" ResourceCategory::$hasAndBelongsToMany = array ResourceCategory::$useDbConfig = "default" ResourceCategory::$useTable = "resource_categories" ResourceCategory::$displayField = NULL ResourceCategory::$id = false ResourceCategory::$data = array ResourceCategory::$table = false ResourceCategory::$primaryKey = "id" ResourceCategory::$_schema = false ResourceCategory::$validate = array ResourceCategory::$validationErrors = array ResourceCategory::$tablePrefix = "" ResourceCategory::$alias = "ResourceCategory" ResourceCategory::$tableToModel = array ResourceCategory::$logTransactions = false ResourceCategory::$transactional = false ResourceCategory::$cacheQueries = false ResourceCategory::$belongsTo = array ResourceCategory::$hasOne = array ResourceCategory::$hasMany = array ResourceCategory::$actsAs = NULL ResourceCategory::$Behaviors = BehaviorCollection object ResourceCategory::$whitelist = array ResourceCategory::$cacheSources = true ResourceCategory::$findQueryType = "all" ResourceCategory::$recursive = 1 ResourceCategory::$order = NULL ResourceCategory::$__exists = NULL ResourceCategory::$__associationKeys = array ResourceCategory::$__associations = array ResourceCategory::$__backAssociation = array ResourceCategory::$__insertID = NULL ResourceCategory::$__numRows = NULL ResourceCategory::$__affectedRows = NULL ResourceCategory::$_findMethods = array ResourceCategory::$_log = NULL ResourceCategory::$Resource = NULL $queryData = array( "conditions" => array(), "fields" => false, "joins" => array(), "limit" => array(), "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true ) $recursive = null $null = null $array = array() $linkedModels = array() $_associations = array( "belongsTo", "hasOne", "hasMany", "hasAndBelongsToMany" ) $type = "hasAndBelongsToMany" $assocData = array( "className" => "Resource", "joinTable" => "resource_resource_categories", "foreignKey" => "resource_category_id", "associationForeignKey" => "resource_id", "unique" => true, "conditions" => "", "fields" => "", "order" => "", "limit" => "", "offset" => "", "finderQuery" => "", "deleteQuery" => "", "insertQuery" => "" ) $assoc = "Resource" $linkModel = null $external = false
$external = isset($assocData['external']);if ($model->useDbConfig == $linkModel->useDbConfig) {
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 645 Model::find() - CORE/cake/libs/model/model.php, line 2031 ResourceCategoriesController::index() - APP/controllers/resource_categories_controller.php, line 12 Object::dispatchMethod() - CORE/cake/libs/object.php, line 116 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 101 include - APP/views/layouts/default.ctp, line 115 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 201
Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 117]
$___viewFn = "/home2/marilyn6/public_html/commerce/app/views/layouts/default.ctp"
$___dataForView = array(
"model" => "ResourceCategory",
"table" => "resource_categories",
"title_for_layout" => "Missing Database Table",
"content_for_layout" => "<h2>Missing Database Table</h2>
<p class="error">
<strong>Error: </strong>
Database table <em>resource_categories</em> for model <em>ResourceCategory</em> was not found.</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_table.ctp</p>",
"scripts_for_layout" => "",
"cakeDebug" => "<div id="cakeControllerDump">
<h2>Controller dump:</h2>
<pre>
CakeErrorController Object
(
[name] => CakeError
[uses] => Array
(
[0] => Setting
)
[components] => Array
(
[0] => Auth
[1] => Session
[2] => RequestHandler
)
[helpers] => Array
(
[0] => Html
[1] => Form
[2] => Javascript
[3] => Ajax
[4] => Text
)
[here] => /events/view/2-2011/
[webroot] => /
[action] =>
[params] => Array
(
[plugin] =>
[controller] => events
[action] => view
[pass] => Array
(
[0] => 2-2011
)
[named] => Array
(
)
[url] => Array
(
[ext] => html
[url] => events/view/2-2011/
)
[form] => Array
(
)
[models] => Array
(
[0] => Setting
)
)
[data] => Array
(
)
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => errors
[layoutPath] =>
[viewVars] => Array
(
[model] => ResourceCategory
[table] => resource_categories
[cakeDebug] => CakeErrorController Object
*RECURSION*
)
[pageTitle] => Missing Database Table
[modelNames] => Array
(
[0] => Setting
)
[base] =>
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] => CakeError
[base] =>
)
[_loaded] => Array
(
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[actionMap] => Array
(
[index] => read
[add] => create
[edit] => update
[view] => read
[remove] => delete
[create] => create
[read] => read
[update] => update
[delete] => delete
[admin_index] => read
[admin_add] => create
[admin_edit] => update
[admin_view] => read
[admin_remove] => delete
[admin_create] => create
[admin_read] => read
[admin_update] => update
[admin_delete] => delete
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => events
[action] => view
[pass] => Array
(
[0] => 2-2011
)
[named] => Array
(
)
[url] => Array
(
[ext] => html
[url] => events/view/2-2011/
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
)
[_primary] => Array
(
[0] => Session
[1] => Auth
[2] => RequestHandler
)
[__settings] => Array
(
)
[_log] =>
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[modelClass] => Setting
[modelKey] => cake_error
[validationErrors] =>
[_log] =>
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[actionMap] => Array
(
[index] => read
[add] => create
[edit] => update
[view] => read
[remove] => delete
[create] => create
[read] => read
[update] => update
[delete] => delete
[admin_index] => read
[admin_add] => create
[admin_edit] => update
[admin_view] => read
[admin_remove] => delete
[admin_create] => create
[admin_read] => read
[admin_update] => update
[admin_delete] => delete
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => events
[action] => view
[pass] => Array
(
[0] => 2-2011
)
[named] => Array
(
)
[url] => Array
(
[ext] => html
[url] => events/view/2-2011/
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
[Setting] => Setting Object
(
[name] => Setting
[useDbConfig] => default
[useTable] => settings
[displayField] =>
[id] =>
[data] => Array
(
)
[table] =>
[primaryKey] => id
[_schema] =>
[validate] => Array
(
)
[validationErrors] => Array
(
)
[tablePrefix] =>
[alias] => Setting
[tableToModel] => Array
(
)
[logTransactions] =>
[transactional] =>
[cacheQueries] =>
[belongsTo] => Array
(
)
[hasOne] => Array
(
)
[hasMany] => Array
(
)
[hasAndBelongsToMany] => Array
(
)
[actsAs] =>
[Behaviors] => BehaviorCollection Object
(
[modelName] =>
[_attached] => Array
(
)
[_disabled] => Array
(
)
[__methods] => Array
(
)
[__mappedMethods] => Array
(
)
[_log] =>
)
[whitelist] => Array
(
)
[cacheSources] => 1
[findQueryType] =>
[recursive] => 1
[order] =>
[__exists] =>
[__associationKeys] => Array
(
[belongsTo] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => counterCache
)
[hasOne] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => dependent
)
[hasMany] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => limit
[6] => offset
[7] => dependent
[8] => exclusive
[9] => finderQuery
[10] => counterQuery
)
[hasAndBelongsToMany] => Array
(
[0] => className
[1] => joinTable
[2] => with
[3] => foreignKey
[4] => associationForeignKey
[5] => conditions
[6] => fields
[7] => order
[8] => limit
[9] => offset
[10] => unique
[11] => finderQuery
[12] => deleteQuery
[13] => insertQuery
)
)
[__associations] => Array
(
[0] => belongsTo
[1] => hasOne
[2] => hasMany
[3] => hasAndBelongsToMany
)
[__backAssociation] => Array
(
)
[__insertID] =>
[__numRows] =>
[__affectedRows] =>
[_findMethods] => Array
(
[all] => 1
[first] => 1
[count] => 1
[neighbors] => 1
[list] => 1
[threaded] => 1
)
[_log] =>
)
)
</pre>
</div>",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/events/view/2-2011/"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/events/view/2-2011/"
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/events/view/2-2011/"
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/events/view/2-2011/"
AjaxHelper::$params = array
AjaxHelper::$action = NULL
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/events/view/2-2011/"
TextHelper::$params = array
TextHelper::$action = NULL
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "8f70ac82f10324507de477a98f8e657c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1284152400
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/events/view/2-2011/"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$model = "ResourceCategory"
$table = "resource_categories"
$title_for_layout = "Missing Database Table"
$content_for_layout = "<h2>Missing Database Table</h2>
<p class="error">
<strong>Error: </strong>
Database table <em>resource_categories</em> for model <em>ResourceCategory</em> was not found.</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_table.ctp</p>"
$scripts_for_layout = ""
$cakeDebug = "<div id="cakeControllerDump">
<h2>Controller dump:</h2>
<pre>
CakeErrorController Object
(
[name] => CakeError
[uses] => Array
(
[0] => Setting
)
[components] => Array
(
[0] => Auth
[1] => Session
[2] => RequestHandler
)
[helpers] => Array
(
[0] => Html
[1] => Form
[2] => Javascript
[3] => Ajax
[4] => Text
)
[here] => /events/view/2-2011/
[webroot] => /
[action] =>
[params] => Array
(
[plugin] =>
[controller] => events
[action] => view
[pass] => Array
(
[0] => 2-2011
)
[named] => Array
(
)
[url] => Array
(
[ext] => html
[url] => events/view/2-2011/
)
[form] => Array
(
)
[models] => Array
(
[0] => Setting
)
)
[data] => Array
(
)
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => errors
[layoutPath] =>
[viewVars] => Array
(
[model] => ResourceCategory
[table] => resource_categories
[cakeDebug] => CakeErrorController Object
*RECURSION*
)
[pageTitle] => Missing Database Table
[modelNames] => Array
(
[0] => Setting
)
[base] =>
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] => CakeError
[base] =>
)
[_loaded] => Array
(
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[actionMap] => Array
(
[index] => read
[add] => create
[edit] => update
[view] => read
[remove] => delete
[create] => create
[read] => read
[update] => update
[delete] => delete
[admin_index] => read
[admin_add] => create
[admin_edit] => update
[admin_view] => read
[admin_remove] => delete
[admin_create] => create
[admin_read] => read
[admin_update] => update
[admin_delete] => delete
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => events
[action] => view
[pass] => Array
(
[0] => 2-2011
)
[named] => Array
(
)
[url] => Array
(
[ext] => html
[url] => events/view/2-2011/
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
)
[_primary] => Array
(
[0] => Session
[1] => Auth
[2] => RequestHandler
)
[__settings] => Array
(
)
[_log] =>
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[modelClass] => Setting
[modelKey] => cake_error
[validationErrors] =>
[_log] =>
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[actionMap] => Array
(
[index] => read
[add] => create
[edit] => update
[view] => read
[remove] => delete
[create] => create
[read] => read
[update] => update
[delete] => delete
[admin_index] => read
[admin_add] => create
[admin_edit] => update
[admin_view] => read
[admin_remove] => delete
[admin_create] => create
[admin_read] => read
[admin_update] => update
[admin_delete] => delete
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => events
[action] => view
[pass] => Array
(
[0] => 2-2011
)
[named] => Array
(
)
[url] => Array
(
[ext] => html
[url] => events/view/2-2011/
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__started] =>
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 8f70ac82f10324507de477a98f8e657c
[path] => /
[lastError] =>
[security] => medium
[time] => 1284152400
[sessionTime] => 1284164400
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => commerce.gov.lc
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => image/vnd.wap.wbmp
)
[wml] => text/vnd.wap.wml
[wmlscript] => text/vnd.wap.wmlscript
[wbmp] => image/vnd.wap.wbmp
[pdf] => application/pdf
[zip] => application/x-zip
[tar] => application/x-tar
)
[__acceptTypes] => Array
(
[0] => text/html
[1] => application/xhtml+xml
[2] => text/xml
[3] => text/plain
[4] => image/png
[5] => */*
)
[__renderType] =>
[ext] => html
[__typesInitialized] =>
[_log] =>
)
[Setting] => Setting Object
(
[name] => Setting
[useDbConfig] => default
[useTable] => settings
[displayField] =>
[id] =>
[data] => Array
(
)
[table] =>
[primaryKey] => id
[_schema] =>
[validate] => Array
(
)
[validationErrors] => Array
(
)
[tablePrefix] =>
[alias] => Setting
[tableToModel] => Array
(
)
[logTransactions] =>
[transactional] =>
[cacheQueries] =>
[belongsTo] => Array
(
)
[hasOne] => Array
(
)
[hasMany] => Array
(
)
[hasAndBelongsToMany] => Array
(
)
[actsAs] =>
[Behaviors] => BehaviorCollection Object
(
[modelName] =>
[_attached] => Array
(
)
[_disabled] => Array
(
)
[__methods] => Array
(
)
[__mappedMethods] => Array
(
)
[_log] =>
)
[whitelist] => Array
(
)
[cacheSources] => 1
[findQueryType] =>
[recursive] => 1
[order] =>
[__exists] =>
[__associationKeys] => Array
(
[belongsTo] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => counterCache
)
[hasOne] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => dependent
)
[hasMany] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => limit
[6] => offset
[7] => dependent
[8] => exclusive
[9] => finderQuery
[10] => counterQuery
)
[hasAndBelongsToMany] => Array
(
[0] => className
[1] => joinTable
[2] => with
[3] => foreignKey
[4] => associationForeignKey
[5] => conditions
[6] => fields
[7] => order
[8] => limit
[9] => offset
[10] => unique
[11] => finderQuery
[12] => deleteQuery
[13] => insertQuery
)
)
[__associations] => Array
(
[0] => belongsTo
[1] => hasOne
[2] => hasMany
[3] => hasAndBelongsToMany
)
[__backAssociation] => Array
(
)
[__insertID] =>
[__numRows] =>
[__affectedRows] =>
[_findMethods] => Array
(
[all] => 1
[first] => 1
[count] => 1
[neighbors] => 1
[list] => 1
[threaded] => 1
)
[_log] =>
)
)
</pre>
</div>"
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/events/view/2-2011/"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/events/view/2-2011/"
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/events/view/2-2011/"
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/events/view/2-2011/"
AjaxHelper::$params = array
AjaxHelper::$action = NULL
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/events/view/2-2011/"
TextHelper::$params = array
TextHelper::$action = NULL
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "8f70ac82f10324507de477a98f8e657c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1284152400
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/events/view/2-2011/"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$resourceCats = false$resourceCats = $this->requestAction('ResourceCategories/index');echo '<ul>';foreach($resourceCats as $resourceCat){
include - APP/views/layouts/default.ctp, line 117 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 779 Model::__construct() - CORE/cake/libs/model/model.php, line 439 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194