<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 12 Feb 2012 21:46:33 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: PCRE Regex Word Matching: "w" vs "a-zA-Z0-9_"]]></title>
      <guid>http://www.phpdeveloper.org/news/13732</guid>
      <link>http://www.phpdeveloper.org/news/13732</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/430-PCRE-Regex-Word-Matching-w-vs-a-zA-Z0-9_.html">posted about</a> an issue he noticed when working with regular expressions and the "word" character type to find something that's alpha-numeric (including an underscore):
</p>
<blockquote>
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.
</blockquote>
<p>
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 <a href="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.00.tar.gz">updated PREC library</a>) and get it working for characters in French, like the accented "a" or "e".
</p>]]></description>
      <pubDate>Mon, 28 Dec 2009 09:41:21 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ken Guest's Blog: PHP for Enterprise/Business Whitepaper]]></title>
      <guid>http://www.phpdeveloper.org/news/11711</guid>
      <link>http://www.phpdeveloper.org/news/11711</link>
      <description><![CDATA[<p>
<i>Ken Guest</i> has <a href="http://blogs.linux.ie/kenguest/2009/01/08/phpwhitepaper/">posted about</a> a whitepaper that he was involved in editing - the <a href="http://www.php.ie/Markup/Html/files/PHPWhitePaper.pdf">PHP for Enterprise/Business Whitepaper</a>:
</p>
<blockquote>
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.
</blockquote>
<p>
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 <a href="http://www.php.ie/Markup/Html/files/PHPWhitePaper.pdf">whitepaper</a> (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.
</p>]]></description>
      <pubDate>Fri, 09 Jan 2009 12:05:13 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: New French Zend Framework Book By Julien Pauli]]></title>
      <guid>http://www.phpdeveloper.org/news/11494</guid>
      <link>http://www.phpdeveloper.org/news/11494</link>
      <description><![CDATA[<p>
In <a href="http://blog.astrumfutura.com/archives/372-New-French-Zend-Framework-Book-By-Julien-Pauli.html">this new post</a> to his blog <i>Padraic Brady</i> takes a quick look at a book by <a href="http://julien-pauli.developpez.com/">Julien Pauli</a> and <i>Guillaume Poncon</i> - "Zend Framework: Bien developper en PHP".
</p>
<blockquote>
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.
</blockquote>
<p>
You can find the book at a local (French) bookseller or it can be ordered online from someplace like <a href="http://www.amazon.fr/Zend-Framework-Bien-d%C3%A9velopper-PHP/dp/2212123922/">Amazon.fr</a>.
</p>]]></description>
      <pubDate>Wed, 03 Dec 2008 09:32:53 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: PHP-GTK.eu goes multilingual]]></title>
      <guid>http://www.phpdeveloper.org/news/10848</guid>
      <link>http://www.phpdeveloper.org/news/10848</link>
      <description><![CDATA[<p>
The PHP-GTK Community site has <a href="http://php-gtk.eu/en/php-gtkeu-goes-multilingual">gone multilingual</a> to help reach out to a broader audience:
</p>
<blockquote>
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.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Mon, 18 Aug 2008 11:18:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: The "symfony Forms in Action" book is online]]></title>
      <guid>http://www.phpdeveloper.org/news/10434</guid>
      <link>http://www.phpdeveloper.org/news/10434</link>
      <description><![CDATA[<p>
The Symfony blog has announced that their <a href="http://www.symfony-project.org/blog/2008/06/18/the-symfony-forms-in-action-book-is-online">Forms in Action</a> has now been posted online and you can download the first four chapters <a href="http://www.symfony-project.org/book/forms/1_1/">here</a>.
</p>
<blockquote>
These chapters covers everything you need to get started. If you are a developer, you can read all chapters, from 1 to 4. If you are more a web designer, then you probably only need to read chapter 3 to learn how to layout forms.
</blockquote>
<p>
They've also been translated into French and <a href="http://www.symfony-project.org/book/forms/1_1/fr/01-Form-Creation">can</a> <a href="http://www.symfony-project.org/book/forms/1_1/fr/02-Form-Validation">be</a> <a href="http://www.symfony-project.org/book/forms/1_1/fr/03-Forms-for-web-Designers">found</a> <a href="http://www.symfony-project.org/book/forms/1_1/fr/04-Propel-Integration">here</a>. Content includes form creation, validation, Propel integration, nested forms, internationalization and some of the bundled widgets and validators that come with the framework.
</p>]]></description>
      <pubDate>Wed, 18 Jun 2008 10:22:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Tutorial Notes - Zend_Auth in French & Using Oracle ]]></title>
      <guid>http://www.phpdeveloper.org/news/7984</guid>
      <link>http://www.phpdeveloper.org/news/7984</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has two new notes today related to the tutorials he's created for the Zend Framework, both the Getting Started and the Zend_Auth ones.
</p>
<ul>
<li>The team at <a href="http://www.developpez.com/">developpez.com</a> have created a <a href="http://r-benyacoub.developpez.com/tutoriels/php/zend-framework/zend-auth/">French version</a> of his <a href="http://akrabat.com/zend-auth-tutorial/">Zend_Auth tutorial</a> - <a href="http://g-rossolini.developpez.com/tutoriels/php/zend-framework/debuter/">D&eacute;butez avec le Zend Framework</a>
<li>A <a href="http://liamgraham.wordpress.com/2007/06/05/oracle-modifications-for-rob-allens-zend-framework-tutorial/">link to some handy tips</a> on combining the Getting Started tutorial with Oracle.
</ul>
<p>
Both of these tutorials are found on <i>Rob</i>'s site - <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started with the Zend Framework</a> and <a href="http://akrabat.com/zend-auth-tutorial/">Getting Started with Zend_Auth</a>.
</p>]]></description>
      <pubDate>Wed, 06 Jun 2007 08:38:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Premiers pas avec le Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/7608</guid>
      <link>http://www.phpdeveloper.org/news/7608</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has a <a href="http://akrabat.com/2007/04/11/premiers-pas-avec-le-zend-framework/">quick note</a> that all French speakers out there will be interested to hear:
</p>
<blockquote>
My tutorial is now available in <a href="http://g-rossolini.developpez.com/tutoriels/php/zend-framework/debuter/">French</a> thanks to Guillaume Rossolini!
</blockquote>
<p>
Speaking of course of his <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started</a> guide to the Zend Framework. The guide walks you through the installation, structure, setup, and creation of a simple application within the framework (displaying/updating/adding to an album listing).
</p>]]></description>
      <pubDate>Thu, 12 Apr 2007 07:05:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: Symfony conferences]]></title>
      <guid>http://www.phpdeveloper.org/news/7352</guid>
      <link>http://www.phpdeveloper.org/news/7352</link>
      <description><![CDATA[<p>
<i>Francois Zaninotto</i> has <a href="http://www.symfony-project.com/weblog/2007/02/23/symfony-conferences.html">posted about</a> two upcoming instances where the Symfony Framework's presence can be seen - a conference about it in Paris and at the PHP Quebec Conference.
</p>
<blockquote>
Two upcoming events may be of great interest for symfony fans. The French PHP User association (AFUP) organizes a <a href="http://afup.org/article.php3?id_article=327">conference about symfony</a> 1.0 in Paris. [...] Also, the <a href="http://conf.phpquebec.com/fr/conf2007">PHP Quebec Conference</a> features two <a href="http://conf.phpquebec.com/en/conf2007/session#symfony">sessions about symfony</a>, one in English and one in French.
</blockquote>
<p>
The <a href="http://afup.org/article.php3?id_article=327">Paris confernece</a> is happening on March 6th and the PHP Quebec Conference March 14th through the 16th in Montreal. 
</p>
]]></description>
      <pubDate>Tue, 27 Feb 2007 11:41:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Direction|PHP Magazine: December 2005 Issue Released]]></title>
      <guid>http://www.phpdeveloper.org/news/4539</guid>
      <link>http://www.phpdeveloper.org/news/4539</link>
      <description><![CDATA[There's <a href="http://www.nexen.net/news/gen.php/2005/12/21/4879,0,0,0,0.php">a pointer</a> on Nexen.net today that leads to the latest issue of the French PHP magazine, <a href="http://www.directionphp.biz/a_la_une.php">Direction|PHP</a>.
<p>
In <a href="http://www.directionphp.biz/a_la_une.php">this issue</a>, they talk about:
<ul>
<li>Stored procedures and functions in MySQL
<li>Advanced Development with SQLite
<li>Logging and Monitoring with log4php
<li>and an Interview with Marc Delisle
</ul>
<p>
Check out <a href="http://www.directionphp.biz/a_la_une.php">the full description</a> for all of the contents in this issue. Plus, there's a link to the sample article for this month, "Logging and Monitoring with log4php".]]></description>
      <pubDate>Wed, 21 Dec 2005 13:41:09 -0600</pubDate>
    </item>
  </channel>
</rss>

