Framework Folder Structure
After unpacking the framework, you will have two
folders: the <core folder and the <project folder.
The <core folder contains the
core of our framework written by me. The core refers to
the code that provides the functionality
you will use during development. When
using the framework, you generally will not need
to look into this folder. The <project
folder will contain your project's
files: controllers, models, views,
as well as the framework settings. It is in this
folder that all the work on website development
will take place.