Re: [PHP-DOC] Inheritance in PHP 5 Documentation

2009-09-17 Thread Lars Torben Wilson
On Fri, 18 Sep 2009 10:58:50 +0530 Partha Sarathy wrote: > Hi > > I am new to PHP OOPs concepts not for PHP.[?] > > Could you please send me link of PHP5 OOPs documentation? Hi Partha, Here's the link: http://www.php.net/manual/en/language.oop5.php For future reference, top-posting is genera

Re: [PHP-DOC] Inheritance in PHP 5 Documentation

2009-09-17 Thread Lars Torben Wilson
On Thu, 17 Sep 2009 11:06:18 -0400 Brandon Savage wrote: > All, > > I was taking a look today at the documentation for PHP 5's object > model, and there is nothing that discusses inheritance or the ability > to override methods in subclasses. I realize this is a part of the > basics of object or

[PHP-DOC] Inheritance in PHP 5 Documentation

2009-09-17 Thread Brandon Savage
All, I was taking a look today at the documentation for PHP 5's object model, and there is nothing that discusses inheritance or the ability to override methods in subclasses. I realize this is a part of the basics of object oriented programming and certainly not unique to PHP; however, I was thin