View Single Post
Old 06-30-2009, 05:06 PM   #6 (permalink)
cecilia
The Contributor
 
cecilia's Avatar
 
Join Date: May 2009
Location: LA, CA
Posts: 87
Thanks: 0
cecilia is on a distinguished road
Default

I wonder when we'll get this version. I like the way the list looks, the MySQL, Array and Date primarily.

As for anonymous, will this run?

$x = 'message()';
${$x};

OR

$x = 'message';
${$x}();
cecilia is offline  
Reply With Quote