removing $controller property from view, closes #3337

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5709 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-10-01 19:54:33 +00:00
parent e8dfaa322e
commit cb80df2219

View file

@ -194,12 +194,6 @@ class View extends Object {
* @var boolean
*/
var $hasRendered = null;
/**
* Reference to the Controller for this view.
*
* @var Controller
*/
var $controller = null;
/**
* Array of loaded view helpers.
*