evoCore FrameWork

/inc folder

This folder holds the includes needed by the main PHP entry points.

This is a PHP includes folder. It does not need to be accessed through the web.

The architecture of this folder is MVC based. This means that the bulk of the include files are separated into 3 main categories: Model, View and Controller.

Additional includes are places into the _misc subfolder.

This folder also holds the _main.inc.php file which handle the main initializations for the application.