http://php.net/manual/en/language.oop.php
Add:
- PHP does not support nested classes
- A method can check if it's being called statically with isset($this)
- In PHP4 objects are copied (methods to get around this need to be
described), in PHP5 this is not the case
- A class without propeties is NULL
- Needs to describe what $this is
- Show the user how to create a static class variable in php4

I have granted phpdoc karma to you, so you can directly contribute to the manual. Please note that we are going to have a separate PHP 5 related OOP section on the manual by the side of the PHP 4 one, so only put PHP 5 specific info in there where it is needed.


Goba

Reply via email to