mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding loadModels() to cached views
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3897 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b11e215827
commit
3343368dde
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ class CacheHelper extends AppHelper {
|
||||||
$cache = convertSlash($this->here) . '.php';
|
$cache = convertSlash($this->here) . '.php';
|
||||||
$file = '<!--cachetime:' . $cacheTime . '--><?php
|
$file = '<!--cachetime:' . $cacheTime . '--><?php
|
||||||
loadController(\'' . $this->view->name . '\');
|
loadController(\'' . $this->view->name . '\');
|
||||||
|
loadModels();
|
||||||
$this->controller = new ' . $this->view->name . 'Controller();
|
$this->controller = new ' . $this->view->name . 'Controller();
|
||||||
$this->helpers = unserialize(\'' . serialize($this->view->helpers) . '\');
|
$this->helpers = unserialize(\'' . serialize($this->view->helpers) . '\');
|
||||||
$this->base = \'' . $this->view->base . '\';
|
$this->base = \'' . $this->view->base . '\';
|
||||||
|
|
Loading…
Reference in a new issue