- Provides automated scripting tools for project management
- database ORM Support ( Object relation mapping , English :Object Relational Mapping)
- Templates · Forms
- Admin Manage site
- file management · Authentication authority
- session Mechanism
- cache
- M Put it all together Model, It mainly encapsulates the access to the database layer , Add data in the database 、 Delete 、 Change 、 Check operation .
- V Put it all together View, Used to encapsulate results , Generate page displayed html Content :
- C Put it all together Controller, For receiving requests , Process business logic , And Model and View Interaction , Return results .
- M Put it all together Model, And MVC Medium M Function the same , Responsible for interacting with database , Data processing .
- V Put it all together View, And MVC Medium C Function the same , Receiving request , Conduct business processing , Back to answer .
- T Put it all together Template, And MVC Medium V Function the same , Responsible for encapsulating the returned html: