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: php5
What Our Users Are Saying
Gildas
on i18n with PHP5: Pitfalls
Thursday, 13 October 2011, 04:50
You rellay saved my skin with this information. Thanks!... more »
Anonymous
on i18n with PHP5: Pitfalls
Friday, 05 August 2011, 12:38
You can find an example how to match and validate Cyrillic and other utf8 characters... more »
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 »
By dennisp
| views: 31789 |
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: 8483 |
on Thursday, 13 December 2007, 20:24
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: 36015 |
comments: 3 |
on Tuesday, 20 November 2007, 20:17
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: 14474 |
on Sunday, 18 November 2007, 20:03
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: 8235 |
on Friday, 31 August 2007, 11:09
PHP version 5.2.4 has been released. This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release.
By dennisp
| views: 7687 |
on Monday, 06 August 2007, 15:56
Ilia Alshanetsky has announced that the first release candidate of PHP 5.2.4 is now available for testing
By dennisp
| views: 5902 |
on Friday, 01 June 2007, 05:51
PHP version 5.2.3 has been released. This release continues to improve the security and the stability of the 5.X branch and all users are strongly encouraged to upgrade.
By dennisp
| views: 5834 |
on Thursday, 03 May 2007, 15:41
PHP version 5.2.2 has been released. This release continues to improve the security and the stability of the 5.X branch and all users are strongly encouraged to upgrade.
By dennisp
| views: 5866 |
on Thursday, 12 April 2007, 17:04
Ilia Alshanetsky has announced that the first release candidate of PHP 5.2.2 is now available for testing
By dennisp
| views: 277164 |
comments: 4 |
on Wednesday, 14 March 2007, 17:00
PHP5 inherited the PHP4's localization support that is far from being perfect. This article pinpoints the commonest problems of localization in PHP as well as gives some tips on working around them
Next page »
|