Top Tags
ajax
article
codeigniter
conference
dom
namespace
news
onphp5
oop
php5
poll
prado
security
solar
sqlite
symfony
unicode
zend core
zend framework
zend platform
More tags »
Not logged in
Login |
Register
den_hotmail@fbzz
|
Articles: oop
What Our Users Are Saying
Martin Poirier Théorêt
on Exceptions in __autoload()
Saturday, 22 August 2009, 22:11
HI I just add this before in the code so I can cover the class_exist... more »
By dennisp
| views: 5055 |
comments: 1 |
on Wednesday, 19 December 2007, 20:32
There's been many talks on exceptions cannot be thrown from the __autoload() function, as well as many times the workarounds have been discussed (all using the eval() trick to automatically define the missing class). Here I will talk about negative effects of such workarounds as well as suggest a somewhat "better" workaround (but still based on the eval() functionality and ready for namespaces).
By dennisp
| views: 2008 |
on Wednesday, 24 January 2007, 07:40
The International PHP Magazine was conducting a poll to name the most important feature of PHP5. The winner was better OOP support
|