 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Padraic Brady's Blog: PCRE Regex Word Matching "w" vs "a-zA-Z0-9_"
by Chris Cornutt December 28, 2009 @ 09:41:21
Padraic Brady has posted about an issue he noticed when working with regular expressions and the "word" character type to find something that's alpha-numeric (including an underscore):
You can find the "word" generic character type used in a lot of PHP code including the Zend Framework. The problem is that the assumption above is incorrect. Now, most of the time these act identically because PHP is compiled using its own packaged PCRE library. However, I've seen more than once systems where this is not the case. Usually in some non-English capacity where additional locale support was considered necessary or standard practice.
The problem comes when PHP is compiled against a custom PCRE library, making it more locale-aware. He gives instructions on how to get this to a testable state on your environment (using an updated PREC library) and get it working for characters in French, like the accented "a" or "e".
voice your opinion now!
pcre regularexpression locale french
Ken Guest's Blog: PHP for Enterprise/Business Whitepaper
by Chris Cornutt January 09, 2009 @ 12:05:13
Ken Guest has posted about a whitepaper that he was involved in editing - the PHP for Enterprise/Business Whitepaper:
As far as I know this is the first full English language translation and update of the work done by the Association Francaise des Utilisateurs de PHP (French PHP Users Group). Also there is a lot of new content in the Whitepaper that with regards to how PHP is now utilised in Enterprise. Figures have been updated and techniques available in later versions of PHP have been referenced.
He mentions some of the challenges in the translation and thanks a few others for the effort and contributions they made to the project. The whitepaper (pdf) looks at several key topics of PHP in the Enterprise including: suggestions for architecture, integration issues, concurrent use with other languages and how PHP fits into the web application ecosystem.
voice your opinion now!
translate whitepaper enterprise business french afup
Padraic Brady's Blog: New French Zend Framework Book By Julien Pauli
by Chris Cornutt December 03, 2008 @ 09:32:53
In this new post to his blog Padraic Brady takes a quick look at a book by Julien Pauli and Guillaume Poncon - "Zend Framework: Bien developper en PHP".
Weighing in at around 450 pages, the contents table is replete with all the topics one would expect including chapters on MVC in the Zend Framework, all the typical components, and appendices (a lot of appendices!) on topics like MVC Theory, Subversion, Databases, Object Oriented Programming, Testing with PHPUnit, etc. It's a very complete book that should be suitable even for absolute beginners to PHP web application frameworks, or anyone visiting from Ruby/Python/Java.
You can find the book at a local (French) bookseller or it can be ordered online from someplace like Amazon.fr.
voice your opinion now!
zendframework book review french julienpauli guillaumepocon
PHP-GTK Community Site: PHP-GTK.eu goes multilingual
by Chris Cornutt August 18, 2008 @ 11:18:25
The PHP-GTK Community site has gone multilingual to help reach out to a broader audience:
A new block has appeared today on top right corner of the php-gtk.eu pages, with three little flags : they show you can now navigate the site in one of these languages and, more importantly, automatically find the translated versions of all articles when they exist ... or contribute one yourself if you are logged in to the site.
Right now they offer English, French and German and they're still working on translating some parts of the UI of the site, but the articles and content should be translated over just fine.
voice your opinion now!
multilingual phpgtk website english french german
|
Community Events
Don't see your event here? Let us know!
|