asalce / gluephp

A micro-framework written in PHP

Home Page:http://gluephp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glue

Author: Joe Topjian, joe@topjian.net

Glue is a simple PHP class that maps URLs to classes. The concepts are similar to web.py for Python.

Information on how to use Glue can be found at http://gluephp.com.

Update

[7/1/12] All traffic is sent to /index.php/query rather than routing directly to index.php, like how CodeIgniter manages routing.

License

Glue is licensed under a BSD license. See LICENSE file for further details.

About

A micro-framework written in PHP

http://gluephp.com/

License:Other