Skip to content

wangbai/feather-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feather-mvc

FeatherMvc is a pure php framework, the main purpose of the project is:

  • Simplicity
  • Light-weight
  • Easy-config

Usage

Directory Structure

+ public
    | - .htaccess
    | - index.php
+ config
    | - config.ini.php
+ application/
    | - bootstrap.php
    | + controller
        | - IndexController.php
    | + template
        | + indexController
            | - indexAction.tpl
+ library
+ tests

Packages

No packages published

Languages