I also assume that you know the basics of working with classes and objects in PHP, as the PHP components used in this article are written in compliance with OOP principles.
还假定读者了解在php中的类与对象的相关知识,因为文中所采用的PHP组件是遵照OOP原则来编写的。
The essential overview of all PHP's object-oriented features classes and objects (PHP V5) can be found in Chapter 19 of the official PHP Manual.
PHP 的所有的面向对象特性类和对象 (PHP V5) 的基本概述可以在官方 PHP 手册中的 Chapter 19 中找到。
应用推荐