News Feed
Jobs Feed
Sections




News Archive
Christian Stocker's Blog:
FOTD REFLECTIONCLASS()->NEWINSTANCEARGS($ARGS) is "slow"
September 18, 2008 @ 13:17:36

Christan Stocker has posted a finding of the day that he ran across and wanted to share to help out other developers out there:

For okapi we needed to have a function which loads any class with any number of arguments. This is not so easy in PHP as it looks like [...] Since 5.1.3 you can use the reflection extension to do this much nicer.

The difference comes in at about half the time for both side of the examples - with the switch and via reflection.

0 comments voice your opinion now!
reflection switch instance class arguments


blog comments powered by Disqus

Similar Posts

Richard Heyes\' Blog: PHP Console Class

DevShed: Centralizing the Validation of Data with the Observer Pattern in PHP

Kian Hui Teo\'s Blog: Switching between PHP 5.1.x and Zend Core for Oracle

Jan Kneschke's Blog: typesafe objects in PHP

IBM developerWorks: Going dynamic with PHP


Community Events









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


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

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