cakephp2-php8/cake/libs
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
..
controller Fixing typo in Security component constructor 2006-07-05 14:23:21 +00:00
model Adding join table selects (MySQL-only so far), findBy/findAllBy magic method enhancements (Ticket #412) 2006-07-04 01:29:48 +00:00
view Adding fix for PHP 5.2 errors. 2006-07-06 13:04:21 +00:00
cache.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
cake_log.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
class_registry.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
configure.php Renaming branched version directory 2006-06-14 18:02:37 +00:00
error.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
file.php Renaming branched version directory 2006-06-14 18:02:37 +00:00
flay.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
folder.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
i18n.php git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3092 3807eeeb-6ff5-0310-8944-8be069107fe0 2006-06-14 19:06:14 +00:00
inflector.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
l10n.php git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3092 3807eeeb-6ff5-0310-8944-8be069107fe0 2006-06-14 19:06:14 +00:00
legacy.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
neat_array.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
neat_string.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
object.php Renaming branched version directory 2006-06-14 18:02:37 +00:00
router.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
sanitize.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
security.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
session.php Adding fix for Ticket #910 (broken db sessions) 2006-06-19 16:15:49 +00:00
validation.php git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3092 3807eeeb-6ff5-0310-8944-8be069107fe0 2006-06-14 19:06:14 +00:00
validators.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
xml.php Adding new XML class 2006-06-14 23:04:23 +00:00