Original Super Simple php Framework

Source: Internet
Author: User
Original Super Simple php Framework
Main ideas:
Now php is widely used, and we are discussing oop and mvc. I don't know much about these things, and many places are not comprehensive. I hope you can correct them.
The framework is also guided by mvc and combined with some static cache methods using oop.
This section describes several main files:
Main. php is a core program that contains a simple url routing and a database query data cache function.
Instantiation of model. php model
View. php: a simple template engine
Control. php controller navigation



Function description:

1. Currently, only mysql databases are supported.
2. the controller name must have certain rules. for example, if the file name is xx, the class name must be xxControl.
3. the model name must have certain rules. for example, if the file name is xx, the class name must be xxModel.
4. the inheritance cannot be automatically recognized. If an inheritance operation exists, you need to manually include it into the relevant files.
5. in linux, \ cache \ template \ view \ must have the read/write permission.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.