Framework Sequence Of Execution
From DragonPHP
[edit] Dispatcher Flow
[edit] High Level Overview
The Dragon Framework is based on the MVC2 Architecture. The Controller forwards data (request, session, etc...) to either a Page Controller (View) or a Template Renderer. At the moment, the framework uses the Smarty Templating Engine.


