DooPHP is an agile, lightweight open source PHP development framework that uses MVC design pattern and object-relational mapping (ORM) technology to effectively improve project development efficiency.
The design of DooPHP itself focuses more on its core performance rather than fancy functions. It is more suitable for those who do not want to spend too much time learning a framework or a new language.
If you don't like the designs produced by some frameworks that are difficult to maintain and modify later, then DooPHP is definitely for you. DooPHP gives you clean view files instead of incomprehensible ideas.
If the following list of introductions pleases you, then you will definitely like DooPHP.
1. High performance 2. Low learning curve 3. High flexibility 4. Lightweight, all files combined do not exceed 1M
Specifically:
1. It won't change your PHP usage habits. $_GET is still supported.
2. It has high compatibility.
3. It only requires three configuration files. That is, you only need to set your project path.
4. It does not require using the command line, and SSH is not necessary.
5. It is not another version of RoR clone and has no special coding specification constraints.
6. It has clear, complete documentation.
7. It has loose coupling characteristics and can be used in other external projects.
8. It can be easily combined with third-party classes.
9. If you use Netbeans to develop, there will also be code prompt support.
10. It has a complete API and can be well combined with AJAX or Flash/Flex for hybrid development.
11. Its URLs are designed to be search engine and human friendly.
12. It itself is very flexible and has an extensible template engine.
13. It provides several controls for common settings, routes, DB configs, and DB relationship.
Expand