object literals

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



is there a neat literal syntax for creating objects on the fly without
defining a type?

whenever i need to do it i do something like

    $x = (object) array('a'=>1, 'b'=>3, ...);

which works but isn't very lovely. it's neater in, for example, javascript.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux