Would have been more useful, inline sintex like JSON:

$object =
{
    'property': $value,
    'method':  function (){...}
};

$object->property;
$object->method();

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to