
SkinnyMVC is a light-weight, easy to learn, "skinny" development framework for PHP that enables the developer to implement the MVC architectural pattern, while maintaining maximum flexibility and performance of the application.
SkinnyMVC Help
SkinnyMVC Version 1.0 Default Directory Structure
[my project root]/
/config/
/schema.php
/settings.php
/lib/
/skinnymvc/
/class/
/core/
/BaseModel.php
/Controller.php
/DbController.php
/Model.php
/SkinnyActions.php
/SkinnyException.php
/SkinnyUser.php
/errors/
/404.html
/model/
/base/
/sql/
/modules/
/default/
/actions/
/actions.php
/templates/
/index.php
/README
/plugins/
/README
/README
/templates/
/layout.php
/README
/tmp/
/web/
/css/
/main.css
/dev.php
/images/
/index.php
/js