Hi, I would like to know the exact difference between -> and ::. I know that I can use as class directcly by using :: but I still don't know the exact meaning.... So why do they use in Example 8 on http://www.php.net/source.php?url=/zend2_example.phps $this->id = self::$id++ and not self::id++ or $this->id++ ...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php