Hi friends, from Barcelona.

I've abstracted the functionality of a generic forum in the class
ForumContoller because I'm trying to build a hierarchy of controllers.
I do this in the next manner:

I program ForumController, the most generic controller, in /app/
controllers. Then, I extend this controller in /controllers; for
instance:

class ForumCar extends ForumController {

}

But I get this fatal error!:

Fatal error: Class 'ForoController' not found in C:\wamp\www\app
\controllers\general_abecegramas_controller.php on line 9


And the problem is that I expect this code to work. Could anyone
please walk me through building well a hierarchy of controllers in
CakePHP?

Thanks a lot in advance! :-D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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