I have created new version of PIP from my extended project of BABAERON Framework. I called it Lavalust Framework. I used Codeigniter styles and some of its keywords but different classes content. I will soon make it public so that others could use it and contribute for its development. By the way, it was not intended for large industry projects for I made it simple as possible as part of my teaching methods especially in OOP MVC pattern.
PIP is a tiny application framework built for people who use a LAMP stack. PIP aims to be as simple as possible to set up and use.
Visit http://gilbitron.github.com/PIP for more information and documentation.
- PHP 5.1 or greater
- MySQL 4.1.2 or greater
- The mod_rewrite Apache module
- Download PIP and extract
- Navigate to
application/config/config.php
and fill in yourbase_url
- You are ready to rock! Point your browser to your
base_url
and hopefully see a welcome message.
Visit http://gilbitron.github.com/PIP to see the documentation.
PIP is released under the MIT license.