MVCLight is a lightweight MVC framework written in PHP, suitable for custom projects where a home-brew MVC base is needed, and for educational purposes. It is based on the MVC tutorial by PHPRO.org.
MVCLight includes a simple MVC folder tree with a detached webroot folder.Like many other frameworks, the application is contained separately from the framework itself.
Review its main features:
For questions, comments or doubts you can contact the developer at jorgealbaladejo.com.
You can download MVCLight framework here or synchronize from the SVN repository.
Current version: 0.1a.
PROFILER INFORMATION
Controller: home Action: index
# 0 0.802 ms: loading registry # 1 1.767 ms: loading router # 2 0.529 ms: loading controller # 3 0.101 ms: launching action
# 4 3.200 ms: total to launch action
# 5 0.313 ms: Total to execute queries
# 6 0.005 ms: Loading view home/index # 7 0.905 ms: Loading view elements/title # 8 0.129 ms: Loading view home/ajax/mvc # 9 0.422 ms: Loading view elements/menu #10 0.020 ms: Loading view layout
#11 1.485 ms: Total to load views
#12 5.000 ms: total execution time