> Someone got an idea ? Simply arrows, without word "this"
<?php class Addition { private $number public function __construct($number) { $->number = $number; } public function original() { return $->number; } public function addTo($amount) { return $->number + $amount; } } -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php