mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
f7d07012dd
//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 |
||
---|---|---|
.. | ||
ajax.php | ||
app_helper.php | ||
cache.php | ||
form.php | ||
html.php | ||
javascript.php | ||
js.php | ||
number.php | ||
paginator.php | ||
rss.php | ||
session.php | ||
text.php | ||
time.php | ||
xml.php |