Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/fw.php on line 64

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233
MVCLight demo application

MVCLight demo application

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.

Basic Model View Controller architecture

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.

Picture of the MVCLight directory structure

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 4.576 ms: loading registry # 1 4.979 ms: loading router # 2 12.774 ms: loading controller # 3 0.432 ms: launching action
# 4 22.763 ms: total to launch action
# 5 0.339 ms: Total to execute queries
# 6 0.003 ms: Loading view home/index # 7 0.974 ms: Loading view elements/title # 8 1.029 ms: Loading view home/ajax/mvc # 9 0.218 ms: Loading view elements/menu #10 0.024 ms: Loading view layout
#11 2.255 ms: Total to load views
#12 25.360 ms: total execution time