cakephp2-php8/lib/Cake/View
dogmatic69 6f3e6c10a1 Adding a check to the object before use
For some reason that I have not been able to figure out yet the object is
returned as null.  This is causing some exceptions when trying to access
properties that dont exist.

FatalErrorException: "Call to a member function getAssociated() on a non-object"

Test still pass with the added check.
2012-09-14 14:54:10 +01:00
..
Elements rtim files 2012-07-18 03:55:29 +02:00
Errors Removed variable escaping in CakeErrorController::beforeRender(). Closes #3074 2012-08-05 02:36:29 +05:30
Helper Adding a check to the object before use 2012-09-14 14:54:10 +01:00
Scaffolds Fixing coding conventions 2012-05-19 16:08:40 +01:00
Helper.php added missing App::uses('Hash', 'Utility'); 2012-09-13 17:20:26 +02:00
HelperCollection.php Fix more coding standards errors. 2012-04-23 22:27:27 -04:00
JsonView.php Ensure callbacks are triggered when using Xml/Json view with view templates. 2012-08-22 13:13:49 +02:00
MediaView.php avoid path being made absolute twice 2012-09-03 13:16:40 +02:00
ScaffoldView.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ThemeView.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
View.php Merge branch 'master' into 2.3 2012-09-01 13:51:40 +01:00
ViewBlock.php rtim files 2012-07-18 03:55:29 +02:00
XmlView.php Ensure callbacks are triggered when using Xml/Json view with view templates. 2012-08-22 13:13:49 +02:00