<?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, 22 May 2013 15:44:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[The Bakery: New Updates - Helpers, Tutorial and Articles]]></title>
      <guid>http://www.phpdeveloper.org/news/9972</guid>
      <link>http://www.phpdeveloper.org/news/9972</link>
      <description><![CDATA[<p>
<a href="http://bakery.cakephp.org">The Bakery</a> has posted tons of great content lately - here's just a sample:
</p>
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/image-magick-convert-resizing-helper-with-cache">Image Magick Resize Helper</a>
<li><a href="http://bakery.cakephp.org/articles/view/mysql-collation-behavior">MySQL collation behavior</a>
<li><a href="http://bakery.cakephp.org/articles/view/lorem-ipsum">Lorem Ipsum</a>
<li><a href="http://bakery.cakephp.org/articles/view/jquery-autocomplete-helper">jQuery autocomplete Helper</a>
<li><a href="http://bakery.cakephp.org/articles/view/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite">CakePHP on IIS6 with FastCGI, SQL Server 2005, and ISAPI_Rewrite</a>
<li>
</ul>
<p>
Check out <a href="http://bakery.cakephp.org">the rest of the site</a> for more great CakePHP tips, tricks and helpers.
</p>]]></description>
      <pubDate>Tue, 15 Apr 2008 08:44:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Four New Articles/Tutorials]]></title>
      <guid>http://www.phpdeveloper.org/news/7816</guid>
      <link>http://www.phpdeveloper.org/news/7816</link>
      <description><![CDATA[<p>
The Bakery has four new articles/tutorials they've posted lately looking at things like thumbnail generation, data validation and add/delete behavior.
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/thumbnails-generation-with-phpthumb">Thumbnails generation with phpThumb</a> - phpThumb is a great thumbnail generator, it can generate thumbs with GD, GD2 or ImageMagick. There are many features like crop, rotate, watermark,... see all the features on the phpThumb homepage.
<li><a href="http://bakery.cakephp.org/articles/view/add-delete-habtm-behavior">HABTM Add & Delete Behavior</a> - Many people gripe about the HABTM associations in CakePHP and how difficult it is to add or delete a single record. This behavior takes care of the task for you!
<li><a href="http://bakery.cakephp.org/articles/view/flexible-controller-and-modelpaths">Flexible controller and modelpaths</a> - This short tutorial will show you how to organize your model and controller in subfolders of the controllers and models folders!
<li><a href="http://bakery.cakephp.org/articles/view/rails-like-data-validation">Rails-like Data Validation</a> - Validate your data like in rails: http://rails.rubyonrails.com/classes/ActiveRecord/Validations/ClassMethods.html
</ul>
There's more great content where these came from, so be sure to check out <a href="http://bakery.cakephp.org/">the rest of The Bakery</a> for more great tips.
</p>]]></description>
      <pubDate>Thu, 10 May 2007 09:35:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Nine New Tutorials, Helpers and Plugins for CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7779</guid>
      <link>http://www.phpdeveloper.org/news/7779</link>
      <description><![CDATA[<p>
The Bakery has a whole load of Cake goodness they've posted lately - nine items to be exact. Here's the list of the latest:
<ul>
<li>the release of <a href="http://bakery.cakephp.org/articles/view/othauth-component-v0-5-4-5">othAuth component v0.5.4.5</a>
<li>a tutorial covering <a href="http://bakery.cakephp.org/articles/view/simple-tagging-behavior">simple tagging behavior</a>
<li><a href="http://bakery.cakephp.org/articles/view/taking-advantage-of-the-pages-controller">Taking Advantage of the Pages Controller</a>
<li>how to <a href="http://bakery.cakephp.org/articles/view/using-cake_admin-for-multiple-user-types">use CAKE_ADMIN for multiple user types</a>
<li>a <a href="http://bakery.cakephp.org/articles/view/textile-editor-helper-for-cake">textile editor helper</a>
<li>a <a href="http://bakery.cakephp.org/articles/view/js-vaildator">Javascript valdation helper</a>
<li>an article covering the creation of <a href="http://bakery.cakephp.org/articles/view/digg-style-pagination">a Digg style pagination</a> system
<li><a href="http://bakery.cakephp.org/articles/view/lazy-getters-for-models-and-components">Lazy getters for Models and Components</a>
<li>a new plugin that helps with <a href="http://bakery.cakephp.org/articles/view/automagic-rss-feed-generator-plugin">automatic feed generation</a>
</ul>
Be sure and check out the rest of <a href="http://bakery.cakephp.org/">The Bakery</a> for even more great content.
</p>]]></description>
      <pubDate>Fri, 04 May 2007 14:43:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: New Tutorials - PHPTAL, Multiple Checkboxes, and counterCache]]></title>
      <guid>http://www.phpdeveloper.org/news/7739</guid>
      <link>http://www.phpdeveloper.org/news/7739</link>
      <description><![CDATA[<p>
In the CakePHP blog, The Bakery, there are three new items posted - all three tutorials on different topics:
<ul>
<li>The first is <a href="http://bakery.cakephp.org/articles/view/using-phptal-for-templates-phptalview-class">a tutorial</a> that shows how to integrate PHPTAL templates into a Cake application (via a custom PhptalView class)
<li>Next up is a simple one - <a href="http://bakery.cakephp.org/articles/view/multiple-checkbox">the creation of a helper</a> to work with multiple checkboxes in a form .
<li>Lastly, there's <a href="http://bakery.cakephp.org/articles/view/countercache-or-counter_cache-behavior">a tutorial</a> that shows an implementation for a counterCache object in a simple application.
</ul>
Be sure to check out <a href="http://bakery.cakephp.org/">The Bakery</a> for more great tutorials and articles like this.
</p>]]></description>
      <pubDate>Mon, 30 Apr 2007 16:04:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Five New Posts - Releases/Articles/Tutorials]]></title>
      <guid>http://www.phpdeveloper.org/news/7681</guid>
      <link>http://www.phpdeveloper.org/news/7681</link>
      <description><![CDATA[<p>
The Bakery has five more new helpful articles/tutorials/release announceemnts posted today:
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/othauth-component-v0-5-4-5">othAuth component v0.5.4.5</a> has been released
<li><a href="http://bakery.cakephp.org/articles/view/getting-tidy">A quick guide to using Tidy on your markup
<li><a href="http://bakery.cakephp.org/articles/view/filling-a-select-tag">Making a select tag</a> in Cake
<li><a href="http://bakery.cakephp.org/articles/view/detecting-duplicate-entries-when-updating">Checking for duplicates</a> when updating in a save to the database
<li><a href="http://bakery.cakephp.org/articles/view/notes-task">Notes Task</a> - A source-annotations extractor task for bake2
</ul>
Be sure to check out <a href="http://bakery.cakephp.org">the rest of the site</a> for even more Cake-y goodness and articles on just about any topic you can imagine.
</p>]]></description>
      <pubDate>Mon, 23 Apr 2007 11:03:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: 13 New Tutorials and Articles Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/7631</guid>
      <link>http://www.phpdeveloper.org/news/7631</link>
      <description><![CDATA[<p>
The Bakery (the CakePHP site) has another great long list of tutorials, articles and helpers covering tons of different subjects posted recently, including:
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/243">ConfComponent DB based configuration Tutorial</a>
<li><a href="http://bakery.cakephp.org/articles/view/242">ConfComponent DB based configuration</a>
<li><a href="http://bakery.cakephp.org/articles/view/326">Installing cakePHP on Ubuntu</a>
<li><a href="http://bakery.cakephp.org/articles/view/108">PHPMailer with native API for PHP 5.x</a>
<li><a href="http://bakery.cakephp.org/articles/view/325">Optimizing your CakePHP elements and views with caching</a>
<li><a href="http://bakery.cakephp.org/articles/view/329">Coding a self-join in a cake application</a>
<li><a href="http://bakery.cakephp.org/articles/view/337">Excel xls helper</a>
<li><a href="http://bakery.cakephp.org/articles/view/333">Memcache wrapper class</a>
<li><a href="http://bakery.cakephp.org/articles/view/334">Memcache helper</a>
<li><a href="http://bakery.cakephp.org/articles/view/335">Memcache component</a>
<li><a href="http://bakery.cakephp.org/articles/view/342">Creating Reusable Elements with requestAction</a>
<li><a href="http://bakery.cakephp.org/articles/view/332">Geocoding in CakePHP</a>
<li><a href="http://bakery.cakephp.org/articles/view/323">Converting thtml files to tpl</a>
</ul>
Tons of great topics in there like geocoding, Excel file creation, working with memcache, caching, PHPMailer, and the ConfComponent DB.
</p>]]></description>
      <pubDate>Mon, 16 Apr 2007 11:05:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Hartjes' Blog: Doing RADAR in CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7612</guid>
      <link>http://www.phpdeveloper.org/news/7612</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> demonstrates how to get the concept of <a href="http://www.littlehart.net/atthekeyboard/2007/04/04/keep-an-eye-on-your-radar/">RADAR</a> (RESTful Application, Dumb-Ass Recipient) <a href="http://www.littlehart.net/atthekeyboard/2007/04/11/doing-radar-in-cakephp/">up and working</a> with a simple CakePHP application.
</p>
<blockquote>
Okay, time for some code samples to boost traffic to my site. In a previous posting I talked about the idea of RADAR, or RESTful Application, Dumb-Ass Recipient. So, wanting to see if I could put it into use, I decided to do the following for a new application: Have the core of the application provide data via a REST service, For the web part of it, create controller / action pairs that call the REST service and pass the output onto the views.
</blockquote>
<p>
There's <a href="http://www.littlehart.net/atthekeyboard/2007/04/11/doing-radar-in-cakephp/">four code examples</a> included in the post:
<ul>
<li>Defining the IndexController for the app
<li>Creating the results, standings and schedule methods in the controller
<li>Rendering the XML for the response and for the standings and for the standings for a particular division (two code blocks).
</ul>
</p>]]></description>
      <pubDate>Thu, 12 Apr 2007 10:21:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: 11 New Posts of CakePHP Goodness]]></title>
      <guid>http://www.phpdeveloper.org/news/7593</guid>
      <link>http://www.phpdeveloper.org/news/7593</link>
      <description><![CDATA[<p>
The Bakery site has a good, long list of new CakePHP tutorials and articles posted for these past few days. Here's a complete list:
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/324">Testing Models with CakePHP 1.2 test suite</a>
<li><a href="http://bakery.cakephp.org/articles/view/321">Simple Tagging Behavior</a>
<li><a href="http://bakery.cakephp.org/articles/view/322">Something Fresh</a> (a new release of CakePHP)
<li><a href="http://bakery.cakephp.org/articles/view/307">Pagination Helper for Long Content</a>
<li><a href="http://bakery.cakephp.org/articles/view/298">Toggle behavior</a> (an ENUM field in SQL)
<li><a href="http://bakery.cakephp.org/articles/view/306">Simple SMTP Mailer</a>
<li><a href="http://bakery.cakephp.org/articles/view/314">List Behavior</a>
<li><a href="http://bakery.cakephp.org/articles/view/315">Generate Excel spreadsheets from your database</a>
<li><a href="http://bakery.cakephp.org/articles/view/319">uniform server and cakePHP</a>
<li><a href="http://bakery.cakephp.org/articles/view/317">Layout your cake with jOOmla templates</a>
<li><a href="http://bakery.cakephp.org/articles/view/318">Barcode with cake</a>
</ul>
All sorts of great goodies in there - take your pick and check out whichever interests you. Some of them are just quick, one bite helpings of Cake while others are larger, more elaborate designs.
</p>]]></description>
      <pubDate>Tue, 10 Apr 2007 11:37:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Felix Geisendorfer's Blog: New fix for array junkies: Set::merge assembles yummy arrays]]></title>
      <guid>http://www.phpdeveloper.org/news/7575</guid>
      <link>http://www.phpdeveloper.org/news/7575</link>
      <description><![CDATA[<p>
In <a href="http://www.thinkingphp.org/2007/04/05/new-fix-for-array-junkies-setmerge-assembles-yummy-arrays/">a new post</a> today, <i>Felix Geisendorfer</i> shares a method for merging together nested arrays correctly with a little help from functionality in the CakePHP framework.
</p>
<blockquote>
<p>
Todays post features a brand new Set function called merge that was a side product of me working on a cool new cake class. If you've done a lot of array work in the past, you've probably have come in situations where you wanted to merge to arrays into a new one. Usually that's a no-brainer in PHP by simply using the array_merge function (or the CakePHP wrapper 'am'):
</p>
<p>
In about 90%++ of all cases, this will the usual way to merge two (or more) arrays into a new one. However, sometimes array_merge is not going to cut it. That'll mostly be because it does not behave recursive and merging nested arrays can lead to unexpected results.
</p>
</blockquote>
<p>
He even shows <a href="http://www.thinkingphp.org/2007/04/05/new-fix-for-array-junkies-setmerge-assembles-yummy-arrays/">an example</a> of the use of array_merge_recursive to try to get his desired results. With that still not working, he turns to CakePHP to help him out. He comes up with the Set::merge method to handle the merging of the arrays in what he thinks is a "more correct" way.
</p>]]></description>
      <pubDate>Fri, 06 Apr 2007 09:29:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint: Build a Photo Gallery Using CakePHP and Flickr]]></title>
      <guid>http://www.phpdeveloper.org/news/7567</guid>
      <link>http://www.phpdeveloper.org/news/7567</link>
      <description><![CDATA[<p>
A new tutorial has been posted on the SitePoint site today - <i>Jonathan Snook</i>'s look at combining <a href="http://www.sitepoint.com/article/photo-gallery-cakephp-flickr">CakePHP and Flicker to build a photo gallery</a>.
</p>
<blockquote>
Want to share your Flickr photostream with the world, but only once you've given it a nice, customized touch? Look no further than CakePHP -- and a few lines of code -- to pull off some magic! In this article, we'll use the Flickr API and CakePHP to take the images we've loaded onto Flickr and use them to build our own, non-Flickr web gallery.
</blockquote>
<p>
He steps the reader through the tools needed (including the <a href="http://rossoft.wordpress.com/2006/06/04/flickr-component/">Flickr Component</a> for CakePHP</a>) and how to get things set up and working together. With just a few simple calls to the Flickr API, the script grabs a photoset, gets the information about them and, finally, grabs a list of them to use in the photo gallery layout. He even throws in a sample usage of the popular <a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox</a> Javascript helper to show off the photos.
</p>]]></description>
      <pubDate>Thu, 05 Apr 2007 08:28:00 -0500</pubDate>
    </item>
  </channel>
</rss>
