| PHP OOP Question
|
FiRe

msg:4036035 | 9:44 am on Dec 3, 2009 (gmt 0) | 1. What is the difference between $this-> and self:: ? 2. What is the difference between public $blah and public static $blah ? Thanks in advance
|
NomikOS

msg:4036065 | 10:41 am on Dec 3, 2009 (gmt 0) | PHP is not an OOP language. not even PHP6. 1.- none. 2.- none. statics vars (inside functions) maintain their values across the script execution. they are very cool.
|
|
|