Top Tags
article
conference
i18n
namespaces
news
onphp5
oop
php5
poll
prado
security
simplexml
solar
sqlite
symfony
unicode
zend
zend core
zend framework
zend platform
More tags »
Not logged in
Login |
Register
|
Latest Articles
What Our Users Are Saying
Sam
on Exceptions in __autoload()
Wednesday, 02 July 2008, 20:31
Watch out when running eval with __autoload. $classname isn't guaranteed to be a syntactically correct... more »
dennisp
(editor)
on Exceptions in __autoload()
Sunday, 25 May 2008, 10:26
In reply to #5: Jacob, there is such function in PHP5.3. There aren't namespaces in... more »
Jacob
on Exceptions in __autoload()
Monday, 19 May 2008, 20:58
There is no such magic function as __callstatic in PHP. There never was one.... more »
By dennisp
| views: 203 |
on Friday, 01 August 2008, 08:28
Namespaces, intl, late static binding, lambda functions/closures and more!
By dennisp
| views: 1028 |
on Tuesday, 22 April 2008, 07:17
PRADO development team has just announced the release of version 3.1.2 of their framework
By dennisp
| views: 1109 |
on Monday, 31 December 2007, 16:55
We wish all our readers much success in 2008!
By dennisp
| views: 4362 |
comments: 7 |
on Wednesday, 19 December 2007, 20:34
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: 1971 |
comments: 3 |
on Thursday, 13 December 2007, 14:48
Recently there have been some thoughts expressed that suggested that namespaces support is not that important at the moment; and even that they are not needed at all. In this article, I would like to disagree with those ideas and advocate PHP5 namespaces, as well as to express some personal opinions about their implementation.
By dennisp
| views: 1235 |
on Friday, 30 November 2007, 16:14
Zend Framework version 1.0.3 has been released and available for download. This release fixes 79 known issues from previous versions
By dennisp
| views: 5048 |
comments: 1 |
on Tuesday, 20 November 2007, 10:19
For those who would like to switch to PDO and learn more about its features, there is a book on the topic titled "Learning PHP Data Objects" published by Packt Publishing in August 2007
By dennisp
| views: 7681 |
on Sunday, 18 November 2007, 22:13
This is a short article that might be of interest to those who work with XML and HTML documents in different encodings using PHP5's SimpleXML and DOM extensions
By dennisp
| views: 2163 |
on Friday, 09 November 2007, 21:51
PHP version 5.2.5 has been released. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.
By dennisp
| views: 1773 |
on Monday, 01 October 2007, 19:20
The Prado framework development team has announced the release of Prado 3.1.1
Next page »
|