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
Is there a policy on removing notes? I see people deleting notes and I think "why!?" sometimes... <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Following are the top 20 pages of the manual, sorted by the number > of user notes contributed. These sections could use a polish, those > notes represent 8.7% of the 9467 total user notes. > > Notes | Page > -------+--------------------------------------------------------- > 45 | http://php.net/manual/en/language.oop.php > 45 | http://php.net/manual/en/ref.oci8.php > 45 | http://php.net/manual/en/ref.xml.php > 43 | http://php.net/manual/en/function.imagettftext.php > 43 | http://php.net/manual/en/ref.java.php > 42 | http://php.net/manual/en/language.types.array.php > 42 | http://php.net/manual/en/function.imagecopyresampled.php > 42 | http://php.net/manual/en/function.mail.php > 42 | http://php.net/manual/en/function.imagecopyresized.php > 41 | http://php.net/manual/en/ref.com.php > 40 | http://php.net/manual/en/function.date.php > 40 | http://php.net/manual/en/ref.exec.php > 39 | http://php.net/manual/en/features.file-upload.php > 39 | http://php.net/manual/en/language.variables.predefined.php > 39 | http://php.net/manual/en/function.ereg-replace.php > 39 | http://php.net/manual/en/language.variables.scope.php > 39 | http://php.net/manual/en/function.fsockopen.php > 38 | http://php.net/manual/en/function.ereg.php > 38 | http://php.net/manual/en/function.header.php > 38 | http://php.net/manual/en/function.strftime.php
