: This article mainly introduces the latest ThinkPHP323 full development manual chm (which took 3 hours to complete )., If you are interested in the PHP Tutorial, refer. Download ThinkPHP3.2.3 full Development Manual. chm now
ThinkPHP is a fast and simple method based on MVC andObject-orientedThe lightweight PHP development framework followsApache2 Open-source protocol release. since its birth, it has been adhering to the concise and practical design principles. while maintaining excellent performance and simplified code, it pays special attention to the development experience and ease of use, it has many original functions and features, providing powerful support for WEB application development.
In version 3.2, some architecture adjustments were made based on the original architecture, and namespace support and modular improvement were introduced, providing more convenience for large-scale applications and modular development.
3.2.3 major updates
- The database driver is completely rewritten with PDO;
- Supports the general insertAll method;
- Improves the parameter binding mechanism;
- Master-slave distributed database connection improvement;
- More comprehensive support for Mongo;
- Model class enhancements and improvements;
- Added aggregate model extension;
- Supports compound primary keys;
- Comprehensive support for multi-table operations;
- The model's CURD operation supports obtaining only SQL statements without executing them;
- Added the using/index/fetchSql/strict/token coherent operation method;
- The setInc and setDec methods of the model class support delayed writing;
- I function supports variable modifiers and regular expression detection;
- SupportedGlobal variablesFilter variables bound to the Action parameter;
- Corrected possible SQL injectionVulnerabilities;
- Supports global routing definition;
- Added support for plug-in controllers;
- Added flexible settings for global and module template paths;
- Log directory module storage;
- Added the memcache Session driver;
- Improves array operations of the session function;
The above describes the latest ThinkPHP323 full development manual chm (which took 3 hours to complete )., Including Apache, global variables, vulnerabilities, and object-oriented content. I hope my friends who are interested in PHP tutorials will be helpful.