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.
First published by IBM DeveloperWorks
|
|
|
1 Votes |
|
|
|
|
You might also want to check these out:
|
Leave a Comment on "Getting Started with Objects with PHP V5"
You must be
logged in to post a comment.
Link to This Tutorial Page!