News Feed
Jobs Feed
Sections




News Archive
Stijn Leenknegt's Blog:
[PHP6] function-return-array idea!
September 07, 2007 @ 15:19:00

Stijn Leenknegt has posted a suggestion of his directed towards the developers behind PHP6 for a different way to return array values that he'd of found handy in working with his latest application (a Zend Framework app).

In his example, he currently returns the result of a get() call on a registry value to a variable and gets the first value (of an array) from it. His suggestion, though is to simplify it down to something like:

$one = Zend_Registery::get('myArray')[0];

Making it even easier (and more elegant) to work with returned array values.

So dev team of PHP, could you discuss this idea and maybe you can add this to PHP6.
0 comments voice your opinion now!
function return array zendframework value elegant function return array zendframework value elegant


blog comments powered by Disqus

Similar Posts

Pascal Opitz's Blog: An example of how to use Pimple DI with ZF 1.x

Matthew Weir O'Phinney's Blog: exuberant ctags with PHP in Vim

Community News: Zend & Partners Release Simple Cloud API for Zend Framework

Matthew Weir O'Phinney's Blog: Zend Framework MVC Webinar posted

Kevin van Zonneveld's Blog: Porting PHP to Javascript


Community Events











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


series language podcast release zendframework2 introduction conference object community interview testing opinion framework application phpunit code functional unittest example development

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