mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +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 |
||
---|---|---|
.. | ||
elements | ||
errors | ||
helpers | ||
layouts | ||
pages | ||
scaffolds | ||
helper.php | ||
media.php | ||
theme.php | ||
view.php |