Let's say I have a big site application, should I do these kind of
error checking after component/model loading:

loadComponent('AdminSiteTree');
if(!class_exists('AdminSiteTreeComponent'))
        $this->cakeError('internalError', null);

What do you say? What do you do in your projects?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to