Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPit.net:
PHP5 Class Basics, Part 1
Sep 01, 2006 @ 19:18:09

PHPit.net takes its readers "back to basics" with it's latest series of tutorials, starting with part one, a look at what PHP5 has to offer and introducing you to what's new since PHP4.

In this first part of a new article series on PHP5 classes and objects you will be introduced to the basic concepts of using classes, the constructor and destructor methods and class inheritance.

They start with some of the basics of class building and object oriented programming to get the ball rolling. Next is a look at the constructor/deconstructor and inheritance in classes (extending one with another).

tagged: php5 basics tutorial object oriented programming part1 php5 basics tutorial object oriented programming part1

Link:


Trending Topics: