-
Sticks Microframework is a simplistic semi-MVC PHP framework. It's semi-MVC because it implements MVC principles of splitting application logic from presentation code, but does not actually use a model-view-controller pattern. For organizing the code, Sticks keeps the base template and scripts the same. The same Sticks principles are also found in Tessera.

