note 102720 deleted from language.oop5.static by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Anonymous ---- In your example it says "static::$_instance = new static();" where it shoud've been "static::$_instance = new Singleton();"