Skip to content

pavelkral/ExtPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtPHP

Minimalistic and fast Php and MySql MVC framework using mode rewrite.

Basic route example

link http://example.com/articles/show/1/true/false/  
is=> http://example.com/Object/function/param[0]/param[1]/param[n]/

Route call

Object = ArticlesPresenter extend ExtPresenter //if not set call default
his function show(); //if not set call default
with array of params[0-n]

For more see skeleton example.

About

Minimalistic Php and Mysql MVC framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages