ankurs / mvc-php

a simple mvc implementation in php, using mod_rewrite/smarty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this is as simple implementation for a MVC in php

url flow is as follows -> <app path>/<controller>/<action>/<param 1>/<param 2> ....

edit APP_PATH to your application full path in config.php to make it work

to load config from outside this directory (when mvc-php is used as a module) set MVC_OVERRIDE_CONFIG_FILE to the path of the config file to apply overrides

About

a simple mvc implementation in php, using mod_rewrite/smarty

License:Other


Languages

Language:PHP 82.0%Language:Perl 13.5%Language:JavaScript 4.5%