[Radiant] Re: Moving an existing app to an extension

2008-09-18 Thread Andrew Kaspick
Andrew Kaspick wrote: Hello, I have an existing application that I'm converting to a Radiant extension and I was wondering what the best thing to do is with respect to code I have in my existing applications ApplicationController and ApplicationHelper? I can't redefine the

[Radiant] Re: Moving an existing app to an extension

2008-09-18 Thread Andrew Kaspick
Jamey Cribbs wrote: Create a controller in your extension and have it inherit from ApplicationController. Put all of the code that you want to keep from ApplicationController and put it in there. Then, change all of your controllers to inherit from this controller, rather than from