Video: An Exploration of PHP's Object-Oriented Features
This video introduction to PHP's object-oriented features explores creating class hierarchies through inheritance, class abstraction, and managing arrays of objects.
This video introduction to PHP's object-oriented features explores creating class hierarchies through inheritance, class abstraction, and managing arrays of objects.
This screencast introduces you to PHP's object-oriented syntax, showing you how to create and populate a class and how to work with object data.
These nine cutting-edge PHP development projects bring the PHP language to everything from Android to Apple's Cocoa to Ruby.
Popular open source content management system Drupal gets a major boost after a long development cycle. Is it now ready for the enterprise?
Run PHP and Zend Framework scripts from the command line whenever you need to run scripts from the shell.
The new OOP features in PHP 5 offer new features for constructors and destructors. Learn how to write almost any kind of constructor for your PHP 5 classes.
Open source language and tool development ramped up in 2010, a big year for Java and Ruby while PHP, Perl and Python also advanced.
Behat enables PHP developers to take advantage of behavior driven development (BDD) using the familiar PHP environment and syntax.
Here are 10 tips and tricks for effectively manipulating arrays within PHP applications.
The Zend Framework's Zend_Cache component is an easy way to implement PHP caching, a sure site performance booster.
The PHP Extension and Application Repository, or PEAR, is a treasure trove of high-quality PHP libraries. These 10 are particularly powerful.
Design patterns in PHP can lead to performance issues if improperly implemented. Learn the right way to do it.
Check out these 10 wide-ranging testing and debugging utilities that can make any PHP developer more productive.
Validate and sanitize user input in PHP applications using the Filter extension, an official part of the PHP distribution as of the 5.2.0 release.
Here's everything a PHP developer needs to know about MVC -- the Model-View-Controller pattern -- in the simplest possible way.
These four powerful PHP debugging solutions are guaranteed to have an immediate impact on any PHP developer's productivity.
Zend Studio 8 and Framework 1.11 debut at ZendCon, as Zend aims to bring PHP development to the cloud and to mobile developers.
Getting started with PHP for Android and the Scripting Layer for Android is easy with this step-by-step guide, complete with a demo application.