资 源 简 介
The Framework
A simple PHP Framework based on the MVC pattern, using MySQL as a database and Smarty as the "View".
## Requirements ##
* PHP
* PDO
* Smarty
* APC
* Log
## The Framework ##
### How it Works ###
* File Structure
* Bootstraping Process
* Config Files
* Autoloading
* Programming Standards
### Example ###
* Creating the Controller
* Creating the Action
* Creating the View
* Creating the Model
* Defining Permiss