Getting Started with Objects with PHP V5
By Matt Zandstra
2005-07-01
Resources
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.
For an article that expands on issues of type with reference to abstract classes, see Working with Class Types: Abstract Classes and Interfaces.
For an overview of error handling with PHP V5, see Exceptional Code.
For a fantastic resource for anyone interested in object-oriented design, visit C2 Wiki.
The home page of the PHP language and the place to download PHP is PHP.net.
PHP Builder is popular PHP site with tutorials and code libraries.
Zend.com contains plenty of useful links and information about PHP. Zend is the PHP Optimizer.
Find complete listings of the articles, tutorials, project info, and news you need to stay up to date on developing with PHP at developerWorks PHP top projects.
Visit the developerWorks Open source zone for extensive how-to information, tools, and project updates to help you develop with open source technologies and use them with IBM's products.
Innovate your next open source development project with IBM trial software, available for download or on DVD.
Find hundreds of discounted books on open source topics in the Open source section of The Developer Bookstore, including many books on PHP.
Get involved in the developerWorks community by participating in developerWorks blogs.
Tutorial Pages:
»
Why you need to know objects and classes, and how to use them
»
What are classes and objects?
»
A first class
»
Properties
»
Methods
»
The constructor
»
Keywords: Can we have a little privacy in here?
»
Working in class context
»
Inheritance
»
Summary
» Resources
First published by IBM DeveloperWorks
|

|
|