错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Classes and Objects

  • Alex Vasilev

摘要

This chapter discusses how the principles of object-oriented programming (OOP for short) are implemented in PHP. Let’s start by introducing the concept of classes and objects. That is the cornerstone of the OOP paradigm, and how the main conceptual points are learned will largely determine the success of using the broad features of PHP to create OOP projects.