18/01
2014
dev-master
9999999-devA PHP light weight MVC framework
MIT
The Requires
by Anatolii Kirsantov
A PHP light weight MVC framework
PHP Lite Framework, (*1)
The most basic example is including the routing module and defining a few endpoints and providing a callback function that executes when someone requests that page., (*2)
KeyZ\App::init('config/config.php'); KeyZ\App::run(); function home() { echo 'You are at the home page'; } function contactUs() { echo 'Send us an email at <a href="mailto:foo@bar.com">foo@bar.com</a>'; }
A PHP light weight MVC framework
MIT