HaloMVC - MVC style PHP Framework. version 1.0.0 - 07/04/2011 Key Benefits: very lightweight and 100% MVC architecture. Uses the best widely tested main components for Models and Templating engines... products used: 1. PHP ActiveRecord. Version 1.0 http://www.phpactiverecord.org/ http://www.phpactiverecord.org/projects/main/wiki 2. Twig, the flexible, fast, and secure template language for PHP. used by Symfony2. version v1.1.0-RC3 http://www.twig-project.org/ http://www.twig-project.org/documentation 3. jQuery 1.6.2 http://www.jquery.com Folder architecture: root controllers includes ActiveRecord Twig Accetic HaloMVC log models public images css js views .htaccess index.php The index file calls the includes/Bootstrap.php file to init the framework Bootstrap inits the Twig, ActiveRecord, Dispatcher, Router and Config class. Config class indeed builds the routers and defines all necessary app settings Model - Vew - Controller architecture is strictly preserved throughout the app...