Hi I have a set of functions that are common to a subset of my controllers. I don't want to put these functions in AppController as they are not required by most of the site.
What I would like to do is have another class in between AppController and my final controllers like: Wizard class extend AppController FinalController extends Wizard My questions are: 1. Is it possible? 2. Where should the "wizard" class live in the directory structure? 3. What should it be named? Any help anyone can give would be greatly appreciated. Regards, Langdon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---