<?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>Thu, 23 May 2013 21:42:02 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: MySQLND, MySQL_UH and other goodies available to PHP programmers]]></title>
      <guid>http://www.phpdeveloper.org/news/15810</guid>
      <link>http://www.phpdeveloper.org/news/15810</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today there's <a href="http://devzone.zend.com/article/12982-MySQLND-MySQL_UH-and-other-goodies-available-to-PHP-programmers">a new post</a> from <i>Cal Evans</i> mentioning some goodies that are available to PHP programmers in the world of MySQL.
</p>
<blockquote>
PHP 5.3 shipped with a new driver for MySQL, mysqlnd or MySQL Native Driver. While one of it's biggest features is that it gives us a mysql driver that is part of PHP so it doesn't suffer from licensing issues that the previous driver did. However, in the redesign, the architecture was changed. 
</blockquote>
<p>
He mentions the <a href="http://pecl.php.net/package/mysqlnd_uh">mysqlnd_uh</a> that's a part of this new MySQL driver and <a href="http://blog.ulf-wendel.de/?p=298">an interesting article</a> from <i>Ulf Wendel</i> about its use in transparent load balancing and sharding. The article includes code that randomly picks a MySQL server for the script to use.
</p>
<blockquote>
The article is a bit difficult to read at time but trust me, stick with them because the stuff in there is the stuff you want in your head when you are working on your next application.
</blockquote>]]></description>
      <pubDate>Wed, 26 Jan 2011 11:16:02 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Four New Articles - Load Balancing, Request Info, UUID Behavior & Upload Thumbnails]]></title>
      <guid>http://www.phpdeveloper.org/news/8007</guid>
      <link>http://www.phpdeveloper.org/news/8007</link>
      <description><![CDATA[<p>
The Bakery has four new items posted today including articles looking at load balancing, the Request component and UUID behavior in your CakePHP application.
</p>
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/load-balancing-and-mysql-master-and-slaves-2">Load Balancing and MySQL Master and Slaves</a> - If you are currently using MySql master/slave replication for load balancing and wish to transport to cakePHP, it really couldn't be easier.
<li><a href="http://bakery.cakephp.org/articles/view/request-information-component-4">Request Information Component</a> - Need more insight into how a controller structures a CakePHP request? This little component will log important information and variables for each request to your application's debug log.
<li><a href="http://bakery.cakephp.org/articles/view/uuid-behavior">Uuid Behavior</a> - I have a requirement to use UUID's as primary keys. I was initially using MySQL triggers to call uuid() on insert but in the end decided a behavior makes more sense. This behavior adds a UUID to the field specified in your models.
<li><a href="http://bakery.cakephp.org/articles/view/improved-upload-behaviour-with-thumbnails-and-name-correction">Improved Upload Behaviour with Thumbnails and Name Correction</a> - This is an improved version of Chris Partridge's upload behaviour (http://bin.cakephp.org/saved/17539). The behaviour is able to generate thumbnails if used for images (JPEG/PNG only). 
</ul>
<p>
CakePHP users can check out these and more great articles, tutorials and more on <a href="http://bakery.cakephp.org/">The Bakery</a>.
</p>]]></description>
      <pubDate>Fri, 08 Jun 2007 09:37:00 -0500</pubDate>
    </item>
  </channel>
</rss>
