cakephp2-php8/cake/libs/view
phpnut 3f2bc3ab82 Adding fix for PHP 5.2 errors.
The View::__construct() had a check for $controller != null;
Removing this fixed the errors related to not setting the vars from the controller instance.

Removed $this->parent =& $this->controller->parent; and $this->displayFields=&$this->controller->displayFields; which are not defined in the core Controller

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3204 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-07-06 13:04:21 +00:00
..
helpers Adding join table selects (MySQL-only so far), findBy/findAllBy magic method enhancements (Ticket #412) 2006-07-04 01:29:48 +00:00
templates Adding DOM ID to controller dump, Ticket #1045 2006-06-29 06:27:57 +00:00
helper.php Renaming branched version directory 2006-06-14 18:02:37 +00:00
view.php Adding fix for PHP 5.2 errors. 2006-07-06 13:04:21 +00:00