This is an example project folder, copy it somewhere and rename to start using TinyMVC framework. app/ - main application folder app/model/ - your project (model) folder, place your own application classes here app/controllers/ - module controllers folder app/views/ - view templates folder app/conf/ - project configuration folder html/ - your project's web root directory. You may want to point web server here (eg: DocumentRoot directive for Apache) html/index.php - bootstrap file See doumentation for more details: http://www.tinymvc.org/