ccampbell / sonic

fast, lightweight PHP 5.3 MVC framework
http://www.sonicframework.com
Apache License 2.0
63 stars 11 forks source link

Break turbo mode out of the core framework and make it an extension #12

Open ccampbell opened 12 years ago

ccampbell commented 12 years ago

This is kind of a big undertaking because a lot of the core parts of the app are touched when rendering views/controllers in turbo mode, but it would be a good test for me to see how extendable the framework really is and if I can successfully overwrite the core view/controller stuff.

This may require adding additional delegate methods and delegate files for things other than App.