The latest ThinkPHP323 complete development manual chm download address (it took 3 hours to complete).

WBOY
Release: 2016-07-29 09:11:47
Original
1185 people have browsed it

Download nowThinkPHP3.2.3 complete development manual.chm

ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented, released under the Apache2 open source license , has been adhering to the simple and practical design principle since its birth. While maintaining excellent performance and minimal code, it pays special attention to development experience and ease of use. It also has many original functions and features, providing strong support for WEB application development. Strong support.

Version 3.2 makes some architectural adjustments on the original basis, introduces namespace support and modularization improvements, and provides more convenience for large-scale applications and modular development.

3.2.3 Main update

  • The database driver is completely rewritten with PDO;
  • Supports the universal insertAll method;
  • Improved parameter binding mechanism;
  • Master-slave distributed database connection improvement;
  • Support for Mongo More complete;
  • Many enhancements and improvements to the model class;
  • Added aggregation model extensions;
  • Support composite primary keys;
  • Support for multi-table operations is improved;
  • The CURD operation of the model supports only obtaining SQL statements without executing them;
  • Add using/index/fetchSql/strict/token coherent operation method;
  • The setInc and setDec methods of model class support delayed writing;
  • I function adds variable modifier and regular detection support;
  • Support global variables Filtering and variable filtering bound to Action parameters;
  • Fixed possible SQL injection vulnerabilities;
  • Support global route definition;
  • Added plug-in controller support;
  • Added flexible settings for global and module template paths;
  • The log directory is stored in modules;
  • Add the memcache Session driver;
  • Improve the array operation of the session function;

The above introduces the latest ThinkPHP323 complete development manual chm download address (it took 3 hours to complete). , including Apache, global variables, vulnerabilities, and object-oriented content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template