Thinkphp is a fast, simple MVC and object-oriented lightweight PHP development framework that follows the release of the Apache2 Open source protocol and has been adhering to simple and practical design principles since its inception, with particular emphasis on development experience and ease of use while maintaining excellent performance and simplicity of code. and has many original functions and characteristics, for Web application development provides a strong support.
The 3.2 version of the original based on a number of architectural adjustments, the introduction of the namespace support and the improvement of modularity for large-scale applications and modular development to provide more convenience.
3.2.3 Major Updates
database driver is completely rewritten with PDO;
Support General Insertall method;
Improve the mechanism of parameter binding;
Master-Slave distributed database connection improvement;
The support to the MONGO is more perfect;
Many enhancements and improvements to the model class;
Increase aggregation model expansion;
Supports composite primary keys;
The support of multi-table operation is perfect;
The curd operation of the model is supported to obtain only the SQL statements and not execute;
Increase the Using/index/fetchsql/strict/token coherent operation method;
The Setinc and Setdec methods of model classes support deferred writing;
The I function increases the variable modification wildcards expressions then detects the support;
Variable filtering with global variable filtering and action parameter binding is supported;
Fix a possible SQL injection vulnerability;
Supports global routing definitions;
Add plug-in controller support;
Increase the flexible setting of the template path for the global and module;
Log directory module storage;
Increase Memcache session Drive;
Improve the array operation of the session function;
Download Address: ThinkPHP3.2.3 Full Development manual