cakephp2-php8/cake/libs/view/helpers
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
..
ajax.php Allowing CakeTestCase::assertTags() to receive strings as expectation. 2008-05-18 19:51:30 +00:00
app_helper.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
cache.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
form.php Made form helper pick up field definitions outside the current context 2008-05-23 05:14:57 +00:00
html.php Misc code formatting and whitespace fixes 2008-05-23 05:11:41 +00:00
javascript.php optimization, refs #3877, fixes #3415 2008-05-19 20:31:42 +00:00
js.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
number.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
paginator.php Paginator Helper prev and next methods now use the Html::tag helper method, allowing you to pass a tag option to specify what HTML tag the disabled links should be wrapped in. Defaults to div. Fixes #3991 2008-05-13 23:35:47 +00:00
rss.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
session.php Misc code formatting and whitespace fixes 2008-05-23 05:11:41 +00:00
text.php Converted spaces to tabs 2008-05-19 06:55:17 +00:00
time.php Added ability to define end user time offset to TimeHelper closes #2656 2008-05-20 00:24:00 +00:00
xml.php fixes #4559 2008-05-13 07:56:33 +00:00