cakephp2-php8/cake/libs/view
gwoo f7d07012dd cleaning up some deprecated code. renderElement is deprecated, but a the notice was removed for this release. Notice will be thrown in next release and method will be removed in the following release. Refactor of View Caching, along with addition of enabling beforeFilter and component initialize/startup callbacks. Use {{{
//set for the individual action
var $cacheAction = array('view' => array('duration' => '+1 hour', 'callbacks' => false)); 
//globally disable callbacks for all actions
var $cacheAction = array(callbacks' => false, 'view' => '+1 hour');  
//per method
$this->cacheAction = array('duration' => '+1 hour', 'callbacks' => true);
}}}

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7031 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-23 17:43:13 +00:00
..
elements "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
errors "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
helpers cleaning up some deprecated code. renderElement is deprecated, but a the notice was removed for this release. Notice will be thrown in next release and method will be removed in the following release. Refactor of View Caching, along with addition of enabling beforeFilter and component initialize/startup callbacks. Use {{{ 2008-05-23 17:43:13 +00:00
layouts "Fixes #3820, Email Component only sends message if using template and layout. 2008-03-08 20:26:16 +00:00
pages updating link on home.ctp, closes #4595 2008-05-08 15:33:54 +00:00
scaffolds "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
helper.php fixes #4571 Helper::clean() returns null if passed empty array or string. 2008-05-05 14:41:15 +00:00
media.php "Correcting error \"non well formed numeric value encountered\" for modified time stamp" 2008-04-15 16:46:46 +00:00
theme.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
view.php cleaning up some deprecated code. renderElement is deprecated, but a the notice was removed for this release. Notice will be thrown in next release and method will be removed in the following release. Refactor of View Caching, along with addition of enabling beforeFilter and component initialize/startup callbacks. Use {{{ 2008-05-23 17:43:13 +00:00