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.

abstract class SkinnyModel extends SkinnyBaseModel

This class lays between the SkinnyBaseModel and the Model (database) classes.

Use this class for your custom methods that you want to extend to all Model classes.

 

 
Powered by SkinnyMVC       |       SkinnyMVC License       |       Created by 49 Research