Brief introduction
Thinkphp (FCS) is a lightweight, midsize framework that is ported from Java's struts structure to the Chinese PHP development framework. It uses object-oriented development structure and MVC pattern, and simulates the implementation of Struts tag library, all aspects are more humane, familiar with the developers of Java EE relatively easy to use, suitable for beginners PHP framework. Thinkphp's mission is to simplify development, improve efficiency, and expand easily, and its support for databases already includes MySQL, MSSQL, Sqlite, Pgsql, Oracle, and PDO. Thinkphp has a wealth of documentation and examples, the framework of strong compatibility, but its limited functionality, so more suitable for small and medium project development.
Advantages
1. Easy to start, rich in Chinese documents;
2. Framework compatibility is strong, PHP4 and PHP5 fully compatible, fully support UTF8 and so on.
Disadvantages
1. Support for Ajax is not very good;
2. The directory structure is confusing, need to spend time to organize;
3. Easy to get started, but hard to learn in depth.