On Aug 2, 12:58 am, safl <[EMAIL PROTECTED]> wrote:
> And not all controllers are modules so i do not wish for all
> controllers in /controllers to extend Module controller.
> Only the ones which are "Modules".
> By doing this the code is quite easy to follow and understand which
> parts are responsible for what.
>
> But my problem is the nasty solution of dumping the class definition
> into /app/app_controller.php ...
> All ideas,

Look into plugins

>tips and hints

For the question as posed:

require_once(APP.'module_controller.php');
Class WidgetController extends ModuleController {
... etc.

> are very welcome!

hth,

AD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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