News Feed
Jobs Feed
Sections




News Archive
BinaryTides.com:
Javascript style object literals in PHP
July 25, 2012 @ 10:44:25

On the BinaryTides.com site there's a recent post for those familiar with Javascript and wanting to have the same kind of object-style literals in PHP.

As similar thing [to Javascript object literals] can be done in PHP using anonymous functions (since 5.3) [...] Since version 5.3 Php added support for closures and that feature has been used above to create javascript style object literals. The use(&$a) expression makes the variable $a available inside the function happy.

Code snippets are included showing how to create these objects via the use of closures and a little trickery with call_user_func_array and __call to make assigning properties easier.

0 comments voice your opinion now!
javascript object literal tutorial closure calluserfuncarray


blog comments powered by Disqus

Similar Posts

Justin Silverton\'s Blog: Using sqlite and php

Raphael Stolt's Blog: Logging to MongoDb and accessing log collections with Zend_Tool

Zend Developer Zone: AJAX Chat Tutorial Part 6 : Updating the User List

PHPBuilder.com: Create a CAPTCHA Script with PHP

IBM developerWorks: Cook up Web sites fast w/CakePHP, Part 1: Adding related information & services


Community Events









Don't see your event here?
Let us know!


code tool podcast framework release composer example functional object introduction opinion unittest event language zendframework2 api interview testing development community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework