Controller dump:
DashboardController Object
(
[name] => Dashboard
[uses] => Array
(
[0] => Posts
)
[helpers] => Array
(
[0] => Html
[1] => Form
[2] => Map
[3] => Javascript
[4] => Paginator
)
[here] => /app/webroot/index.php/
[webroot] => /app/webroot/
[action] => index
[params] => Array
(
[pass] => Array
(
)
[named] => Array
(
)
[plugin] =>
[controller] => dashboard
[action] => index
[url] => Array
(
[ext] => html
[url] => /
)
[form] => Array
(
)
[paging] => Array
(
[Posts] => Array
(
[page] => 1
[current] => 4
[count] => 4
[prevPage] =>
[nextPage] =>
[pageCount] => 1
[defaults] => Array
(
[limit] => 20
[step] => 1
[page] => 1
[conditions] => Array
(
)
)
[options] => Array
(
[page] => 1
[limit] => 20
[conditions] => Array
(
)
)
)
)
[models] => Array
(
[0] => Posts
)
)
[data] =>
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => dashboard
[layoutPath] =>
[viewVars] => Array
(
[posts] => Array
(
[0] => Array
(
[Posts] => Array
(
[id] => 1
[user_id] => 0
[title] => Welcome
[body] => We are still under construction here.
[created] => 2009-02-11 21:35:35
[modified] => 2009-02-11 21:35:35
)
)
[1] => Array
(
[Posts] => Array
(
[id] => 2
[user_id] => 0
[title] => Upcumming Features
[body] => <ol>
<li>Event System (google maps)</li>
<li>Email / hashtrash integration</li>
[created] => 2009-02-17 16:08:27
[modified] => 2009-02-17 16:08:27
)
)
[2] => Array
(
[Posts] => Array
(
[id] => 3
[user_id] => 0
[title] => Making lots of progress
[body] => Hey everyone, Just want everyone to know I've been working alot on this website lately and have really gotten organized with it. I even impressed myself. I have a release date scheduled for April 15th... so we'll see how it goes. Keep checking back here for new features that I'll be incorporating as I go.
-Catch 'N Eat
[created] => 2009-03-15 08:16:33
[modified] => 2009-03-15 08:16:33
)
)
[3] => Array
(
[Posts] => Array
(
[id] => 4
[user_id] => 0
[title] => HashTrash Subscription Instructions
[body] => Send an empty email to hashtrash-subscribe@iwakuniwsh3.org. Then you need to wait for me or 3 Dogs to approve you. We may email you if we don't know who you are.
[created] => 2009-03-31 05:25:27
[modified] => 2009-03-31 05:25:27
)
)
)
[cakeDebug] => DashboardController Object
*RECURSION*
)
[pageTitle] => IWSH3 Home
[modelNames] => Array
(
[0] => Posts
)
[base] => /app/webroot/index.php
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] => Dashboard
[base] => /app/webroot/index.php
)
[_loaded] => Array
(
[Session] => SessionComponent Object
(
[__active] => 1
[__started] => 1
[__bare] => 0
[valid] => 1
[error] => Array
(
[2] => Config doesn't exist
[1] => Session is valid
)
[_userAgent] => 914fe76f0ffa6e1a458f50ef8d79b1c2
[path] => /app/webroot/index.php
[lastError] => 1
[security] => high
[time] => 1246688603
[sessionTime] => 1246689803
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => www.iwakuniwsh3.org
[enabled] => 1
[cookieLifeTime] => 0
)
)
[_primary] => Array
(
[0] => Session
)
[__settings] => Array
(
)
[_log] =>
)
[components] => Array
(
[0] => Session
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
[0] => index
)
[_log] =>
[modelClass] => Posts
[modelKey] => dashboard
[Session] => SessionComponent Object
(
[__active] => 1
[__started] => 1
[__bare] => 0
[valid] => 1
[error] => Array
(
[2] => Config doesn't exist
[1] => Session is valid
)
[_userAgent] => 914fe76f0ffa6e1a458f50ef8d79b1c2
[path] => /app/webroot/index.php
[lastError] => 1
[security] => high
[time] => 1246688603
[sessionTime] => 1246689803
[watchKeys] => Array
(
)
[id] =>
[_log] =>
[host] => www.iwakuniwsh3.org
[enabled] => 1
[cookieLifeTime] => 0
)
[Posts] => AppModel Object
(
[useDbConfig] => default
[useTable] => posts
[displayField] => title
[id] =>
[data] => Array
(
)
[table] => posts
[primaryKey] => id
[_schema] => Array
(
[id] => Array
(
[type] => integer
[null] =>
[default] =>
[length] => 10
[key] => primary
)
[user_id] => Array
(
[type] => integer
[null] =>
[default] =>
[length] => 11
)
[title] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 50
)
[body] => Array
(
[type] => text
[null] => 1
[default] =>
[length] =>
)
[created] => Array
(
[type] => datetime
[null] => 1
[default] =>
[length] =>
)
[modified] => Array
(
[type] => datetime
[null] => 1
[default] =>
[length] =>
)
)
[validate] => Array
(
)
[validationErrors] => Array
(
)
[tablePrefix] =>
[name] => Posts
[alias] => Posts
[tableToModel] => Array
(
[posts] => Posts
)
[logTransactions] =>
[transactional] =>
[cacheQueries] =>
[belongsTo] => Array
(
)
[hasOne] => Array
(
)
[hasMany] => Array
(
)
[hasAndBelongsToMany] => Array
(
)
[actsAs] =>
[Behaviors] => BehaviorCollection Object
(
[modelName] => Posts
[_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] =>
)
[Post] => stdClass Object
(
[recursive] => 0
)
)