
SkinnyMVC is a light-weight, easy to learn, "skinny" development framework for PHP that enables the developer to implement the MVC architectural pattern, while maintaining maximum flexibility and performance of the application.
class SkinnyController
The Controller. All requests go through this class.
public function main()
return: void
public function run()
return: void