Sunday, May 13, 2007

PHP : OOP In Full Effect

PHP Application Design Part 1: OOP In Full Effect


Welcome to part one of the "Application Design" series.
This series intends to show you how to create extensible applications with reusable code. In this first part you will be introduced to OOP in PHP.
This article is an overview of what PHP has to offer with respect to OOP, with examples on how to use these concepts.
If you have wanted to grasp OOP, but haven't come around to learning it, this article is for you. If you've read some "Hello World" in OOP tutorial, gotten familiar with OO syntax but are interested in learning more, this article is for you too.
PHP 5 has been released for quite some time, putting more stress on Object Orientated development for PHP. PHP 5 comes with a new object model, a lot faster and adding a lot of new features. There are workarounds to mimic some of these features in PHP 4, some of which are covered in this article. Nevertheless, the main focus is on PHP5.



More on this link.....


http://www.phpfreaks.com/tutorials/150/0.php

No comments:

Post a Comment