<?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>Sat, 25 May 2013 20:27:42 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Symfony Blog: Symfony Live Paris 2012: The videos are online]]></title>
      <guid>http://www.phpdeveloper.org/news/18592</guid>
      <link>http://www.phpdeveloper.org/news/18592</link>
      <description><![CDATA[<p>
On the Symfony blog <i>Fabien Potencier</i> has <a href="http://symfony.com/blog/symfony-live-paris-2012-the-videos-are-online">posted a quick note</a> about the Symfony Live Paris 2012 session videos being available online for free.
</p>
<blockquote>
During SymfonyLive Paris 2012, we recorded all the sessions that were delivered in the two main rooms. That's a total of more than 15 hours of Symfony and PHP goodness. We promised a free access to all attendees, but we have decided to provide all the <a href="http://symfony.com/talks">videos</a> for free and for everyone. So, if you were not able to join us in Paris, this is a unique opportunity to watch all the great sessions we had.
</blockquote>
<p>Sessions presented at this year's event included:</p>
<ul>
<li><a href="http://symfony.com/video/realtime-web-apps-with-websockets/English">Realtime Web Apps with WebSockets</a>
<li><a href="http://symfony.com/video/using-mongodb-responsibly/English">Using MongoDB responsibly</a>
<li><a href="http://symfony.com/video/advanced-service-container-utilization/English">Advanced Service Container Utilization</a>
<li><a href="http://symfony.com/video/advanced-silex/English">Advanced Silex</a>
<lI><a href="http://symfony.com/video/decoupling-content-management-with-create-and-phpcr/English">Decoupling Content Management with Create and PHPCR</a>
<li><a href="http://symfony.com/video/orms-don-t-kill-your-database-developers-do/English">ORMs don't kill your database, developers do!</a>
</ul>]]></description>
      <pubDate>Thu, 11 Oct 2012 11:20:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Liip Blog: Symfony documentation in French is online!]]></title>
      <guid>http://www.phpdeveloper.org/news/18419</guid>
      <link>http://www.phpdeveloper.org/news/18419</link>
      <description><![CDATA[<p>
On the Liip blog <i>Thomas Botton</i> points out that the <a href="http://blog.liip.ch/archive/2012/08/28/symfony-documentation-in-french-is-online.html">French translation of the Symfony documentation</a> is no online and available for public consumption! He was a part of the group that worked on the translation.
</p>
<blockquote>
A year ago, I started to work with the <a href="https://github.com/symfony-fr/">Symfony documentation French translation</a> team. At this time, I was actually not imagining that it would take so long to get all that work done.. In case you don't know, as of today, the Symfony documentation team already wrote more than 300 documents! Counting 1 to 4 hours to translate one doc plus the time to review it, you get an idea of the overall workload! But anyway, it's done: the Symfony documentation French translation is finally live on <a href="http://symfony.com/fr/doc/master/book/index.html">symfony.com</a>!!!
</blockquote>
<p>
He also mentions some of his reasoning for being a part of the team including it being a way to get more involved with Symfony (and open source) in general and the benefit it now provides to French-speakers wanting to get into the framework. You can <a href="http://symfony.com/fr/doc/master/book/index.html">find the documentation here</a>.
</p>]]></description>
      <pubDate>Wed, 29 Aug 2012 11:05:40 -0500</pubDate>
    </item>
    <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>
  </channel>
</rss>
