<?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>Wed, 19 Jun 2013 04:34:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Internationalization Made Easy]]></title>
      <guid>http://www.phpdeveloper.org/news/18732</guid>
      <link>http://www.phpdeveloper.org/news/18732</link>
      <description><![CDATA[<p>
In <a href="http://phpmaster.com/symfony-translation-internationalization-made-easy/">this new tutorial</a> posted to PHPMaster.com, <i>Hari K T</i> takes a look at internationalization in a Symfony2-based application using its own <a href="http://symfony.com/doc/2.0/book/translation.html">translation component</a>.
</p>
<blockquote>
If you've ever worked to develop a site which needed to be available in multiple languages then you know how difficult it can be. With the help of <a href="http://symfony.com/doc/2.0/book/translation.html">Symfony2&#8242;s Translation component</a> you can easily make internationalized sites. I'll show you how with some sample code and some discussion on its API.
</blockquote>
<p>
He includes a basic example of how the component works with the typical "hello world" translation from English to French. He mentions fallback locales, pluralization and the conversion between translation formats (like converting from a YAML file into a translation object).
</p>]]></description>
      <pubDate>Mon, 12 Nov 2012 13:15:58 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal: DPC Radio: Let's take over the world with Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/16887</guid>
      <link>http://www.phpdeveloper.org/news/16887</link>
      <description><![CDATA[<p>
On the Ibuildings techPortal today they've posted the latest episode in their DPC Radio series as recorded at last year's <a href="http://phpconference.nl">Dutch PHP Conference</a>. This episode is <i>Martin de Keijzer</i>'s talk <a href="http://techportal.ibuildings.com/2011/09/21/dpc-radio-lets-take-over-the-world-with-zend-framework/">Let's take over the world with Zend Framework</a>.
</p>
<blockquote>
Many people use Zend Framework for it's MVC implementation, but it has a lot of hidden gems. Internationalization (i18n) is one of them. We will look how you can create an application that will have the right languages, currencies, dates and times all based on the location of the visiting user. This session will take away a lot of headaches in international projects and will improve the quality in overall.
</blockquote>
<p>
To listen you can either use the <a href="http://techportal.ibuildings.com/2011/09/21/dpc-radio-lets-take-over-the-world-with-zend-framework/">in-page player</a>, <a href="http://dpcradio.s3.amazonaws.com/2011_012.mp3">download the mp3</a> or <a href="http://feeds2.feedburner.com/ibuildingstechportal">subscribe to their feed</a> to get the latest. <i>Martin</i>'s slides are also posted <a href="http://www.slideshare.net/Martin82/lets-take-over-the-world-with-zend-framework-8063834">to Slideshare</a>.
</p>]]></description>
      <pubDate>Wed, 21 Sep 2011 10:17:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Anna Filina's Blog: Doctrine Translation in leftJoin()]]></title>
      <guid>http://www.phpdeveloper.org/news/14411</guid>
      <link>http://www.phpdeveloper.org/news/14411</link>
      <description><![CDATA[<p>
In a recent post to his blog <i>Anna Filina</i> looks at <a href="http://annafilina.com/blog/doctrine-translation-in-leftjoin/">internationalization in Doctrine</a> and how Symfony auto-builds things to take care of it for you.
</p>
<blockquote>
If you use Doctrine, then you probably know how lazy loading can hurt your performance. I carefully craft every query to everything that I need in one shot, but only what I need. One thing that evaded me at first was the i18n part. I am pleased with the way <a href="http://www.doctrine-project.org/">Doctrine</a> + <a href="http://www.symfony-project.org/">symfony</a> magically creates all my models and database tables with i18n support. 
</blockquote>
<p>
She talks a bit about the internationalization (i18n) support is put into the schema.yml file and the bit of confusion she had over how to handle a left join using its structure. The key lies in the Translation relationships.
</p>]]></description>
      <pubDate>Mon, 26 Apr 2010 11:39:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Internationalization in PHP 5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/12816</guid>
      <link>http://www.phpdeveloper.org/news/12816</link>
      <description><![CDATA[<p>
On the Zend Developer Zone <i>Stas Malyshev</i> has <a href="http://devzone.zend.com/article/4799-Internationalization-in-PHP-5.3">posted a new tutorial</a> looking at the internationalization features that come bundled with PHP 5.3.
</p>
<blockquote>
PHP 5.3 has been recently released and one of the new features in core is the internationalization extension. It allows you to support a multitude of languages and local formats much easier than before, without having to learn all the tiny the details of local formats and rules.
</blockquote>
<p>
The internationalization extension makes it simpler to handle various language support in your application. <i>Stas</i> lists out some of the functionality included (including locale, number formatting and normalizing) and code samples to illustrate their use.
</p>]]></description>
      <pubDate>Mon, 06 Jul 2009 21:42:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevX.com: Base Concepts of Internationalization in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10821</guid>
      <link>http://www.phpdeveloper.org/news/10821</link>
      <description><![CDATA[<p>
The DevX website has recently posted <a href="http://www.devx.com/webdev/Article/38732">this tutorial</a> - a look at simple internationalization for your website.
</p>
<blockquote>
If you develop Web applications that have an international target audience, then you have to take internationalization into account'"a process that includes avoiding date/time or currency confusions and delivering all text pertinent to the user interface in the user's preferred language. Applications that can grow international traffic and improve revenue must respect their clients' needs.
</blockquote>
<p>
They use the I18N PEAR package to handle most of the hard work and include the howto on grabbing the package, the structure and how to use it to get a country name from a code, work with the translation of numbers, currency and changing up date/time strings.
</p>]]></description>
      <pubDate>Wed, 13 Aug 2008 09:37:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Wen Huang's Blog: Looking ahead to PHP 5.3 and 6]]></title>
      <guid>http://www.phpdeveloper.org/news/10608</guid>
      <link>http://www.phpdeveloper.org/news/10608</link>
      <description><![CDATA[<p>
<i>Wen Huang</i> has made a <a href="http://blogs.sun.com/wen/entry/looking_ahead_to_php_5">quick post</a> to his blog about some of the comments <i>Andrei Zmievski</i> about the future of PHP, specifically on internationalization and UTF-8's place in it.
</p>
<blockquote>
I attended the SF PHP Meetup last night where Andrei Zmievski (PHP 6 release manager and PHP core team member) gave a talk on PHP 6 and internationalization (i18n). [...] It was evident that Andrei and team have given quite a bit of thought into what i18n means for the PHP world, and as a result, PHP developers everywhere will soon be enjoying a new set of tools to enable faster development of multi-lingual sites.
</blockquote>
<p>
He also mentions the back-port that several of these features will get into the upcoming PHP 5.3 release (along with the much-hyped namespace support). You can check out <i>Andrei</i>'s talk <a href="http://www.gravitonic.com/talks/">on his website</a>.
</p>]]></description>
      <pubDate>Tue, 15 Jul 2008 11:15:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Multilingual Websites with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10603</guid>
      <link>http://www.phpdeveloper.org/news/10603</link>
      <description><![CDATA[<p>
On the ThinkPHP blog, <i>Florian Eibeck</i> has <a href="http://blog.thinkphp.de/archives/342-Multilingual-Websites-with-PHP.html">posted an overview</a> of some key things to consider when internationalizing your application/website.
</p>
<blockquote>
The biggest problem is that most developers lack knowledge about Internationalisation, Localisation, Character encodings, Unicode and all those terms connected with multilingualism. The following article should give you a basic understanding and show you how to avoid those funny characters.
</blockquote>
<p>
He <a href="http://blog.thinkphp.de/archives/342-Multilingual-Websites-with-PHP.html">defines a few terms</a> - internationalization, ASCII, unicode and the UTF-8/ISO-8859 character sets. He mentions how to accept the utf-8 string into your application and how to use it in both PHP and store it in a MySQL database.
</p>]]></description>
      <pubDate>Tue, 15 Jul 2008 07:55:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weir O'Phinney's Blog: Zend_Form Advanced Features]]></title>
      <guid>http://www.phpdeveloper.org/news/9931</guid>
      <link>http://www.phpdeveloper.org/news/9931</link>
      <description><![CDATA[<p>
<i>Matthew Weir O'Phinney</i> has <a href="http://weierophinney.net/matthew/archives/159-Zend_Form-Advanced-Features.html">written up a post</a> for his blog outlining some of the other cool little features that were included in the <a href="http://devzone.zend.com/article/3030-Lifting-the-Skirt-on-Zend-Framework-1.5---Zend_Form">recent release</a> of the Zend Framework, specifically with the Zend_Form component.
</p>
<blockquote>
I've been working on  for the past few weeks, and it's nearing release readiness. There are a number of features that Cal didn't cover in his <a href="http://devzone.zend.com/article/3030-Lifting-the-Skirt-on-Zend-Framework-1.5---Zend_Form">DevZone coverage</a> (in part because some of them weren't yet complete) that I'd like to showcase.
</blockquote>
<p>These additional features <i>Matthew</i> mentions are:</p>
<ul>
<li>Internationalization
<li>Element Grouping
<li>Array Support
</ul>
<p>
Check out more of the great features of the component <a href="http://framework.zend.com/manual/en/zend.form.html">in the Zend Framework documentation</a>.
</p>]]></description>
      <pubDate>Tue, 08 Apr 2008 12:13:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Show:  The Low Down On Internationalization (i18n)]]></title>
      <guid>http://www.phpdeveloper.org/news/8803</guid>
      <link>http://www.phpdeveloper.org/news/8803</link>
      <description><![CDATA[<p>
The CakePHP podcast, "The Show" has <a href="http://live.cakephp.org/shows/view/5">posted their latest episode</a> - The Low Down On Internationalization (i18n):
</p>
<blockquote>
Larry Masters joins us once again to discuss internationalization and localization features in the upcoming CakePHP 1.2 release.
</blockquote>
<p>
You can download <a href="http://live.cakephp.org/shows/view/5">this edition</a> directly from their servers (via <a href="http://live.cakephp.org/shows/view/5.mp3">the mp3 link</a>) or you can point your favorite feed reader at <a href="http://live.cakephp.org/shows/index.rss">their podcast feed</a> and get each show as it comes out.
</p>]]></description>
      <pubDate>Mon, 08 Oct 2007 15:27:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Five New Articles, Tutorials and Helpers]]></title>
      <guid>http://www.phpdeveloper.org/news/8629</guid>
      <link>http://www.phpdeveloper.org/news/8629</link>
      <description><![CDATA[<p>
The Bakery has five new items they've recently posted - a few new articles, helper information and tutorials. Here's the list:
</p>
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/csv-helper-php5">CSV Helper</a> - I was recently outputting some comma-delimited data and thought I would benefit from a simple csv helper
<li><a href="http://bakery.cakephp.org/articles/view/p28n-the-top-to-bottom-persistent-internationalization-tutorial">p28n, the top to bottom persistent internationalization tutorial</a> - For some developers, allowing a website to support multiple languages is essential. Luckily cakePHP 1.2 has the foundations available to make this possible.
<li><a href="http://bakery.cakephp.org/articles/view/tracking-navigation-history-of-a-user">Tracking navigation history of a user</a> - Many times it can be very useful to track the navigation history of a user. [...] With this HistoryComponent, it's extremely easy to handle such actions.
<li><a href="http://bakery.cakephp.org/articles/view/habtm-hacks-to-menage-columns-in-both-models">Habtm hacks to menage columns in both models</a> - I had a habtm relationship between two models and when i did a "findall" in a model i couldn't filter the rows with a clause from the the other model.
<li><a href="http://bakery.cakephp.org/articles/view/secureget-component">SecureGet Component</a> - I am not pretending this can replace ACL or more complex implementation, it's just a small component, inspired a bit from the Security component.
</ul>
<p>
If you're a CakePHP developer, you'd do well to check out <a href="http://bakery.cakephp.org">The Bakery</a> for these and more great Cake-related articles, tutorials and information.
</p>]]></description>
      <pubDate>Tue, 11 Sep 2007 09:29:00 -0500</pubDate>
    </item>
  </channel>
</rss>
