Sunday, 18 August 2013

Framework - No forced structure

Framework - No forced structure

I wanted to write my own framework but have ability to use MVC structure
and without MVC structure. Basically I don't want to be forced to use MVC
structure in every new projects.
Without MVC structure, I may want to write small code for CLI or anything
small but I can use any classes such as database, helper etc.
How can that be done?

No comments:

Post a Comment