Pocket MVC (aka PKT) is a simple and clean Codeigniter-based application framework, made to allow tiny projects im MVC patter. As you will see, its very simple to install e use.
- PHP 5.1 or greater
- The mod_rewrite Apache module
- Download PKT and extract
- Navigate to
application/config/config.php
and fill in yourbase_url
- Point your browser to your
base_url
and voila!
Visit https://github.com/GregMaus/pocketmvc/ for more information and documentation.
PIP is released under the MIT license.