I have : 

class AppModel extends Model { 
var $actsAs = array('Containable');
}

and I go to /lib/Cake/Model/Behavior/ContainableBehavior.php  and put 
something in the file that would create a Fatal PHP error, and nothing 
happens.  (ie. remove a comma or something, or put in some non-sense 
characters, or just delete half the file).  

That was how I tested whether the ContainableBehavior was being loaded, and 
it appears it is not.   (I was wondering why containable wasn't loaded when 
some data was missing from a few views).

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to