Top Tags
article
book
conference
mysqli
news
onphp5
oop
pdo
php5
poll
prado
security
seo
solar
symfony
unicode
zend
zend core
zend framework
zend platform
More tags »
Not logged in
Login |
Register
den_hotmail@fbzz
|
Articles: oop
What Our Users Are Saying
Markus Malkusch
on Exceptions in __autoload()
Tuesday, 18 May 2010, 15:00
I have written a general purpose Autoloader: http://php-autoloader.malkusch.de/en/ I liked your Exception Concept and wanted... more »
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: 6153 |
comments: 2 |
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: 2427 |
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
|