<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software utilities &#187; PHP</title>
	<atom:link href="http://www.small-software-utilities.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Fri, 23 Jul 2010 14:59:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Setting Cakephp scaffold layout</title>
		<link>http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/</link>
		<comments>http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:27:23 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/</guid>
		<description><![CDATA[I don’t know why but it seems that cakephp does not uses the same layout logic for the scaffold view as for the rest of the pages. If you have the same problem, you can set the layout from the controller like this: &#60;?php class MyController extends AppController { var $scaffold; var $layout = 'mylayout'; [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2010/06/setting-cakephp-scaffold-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google map v3 Cakephp Helper</title>
		<link>http://www.small-software-utilities.com/2010/06/google-map-v3-cakephp-helper/</link>
		<comments>http://www.small-software-utilities.com/2010/06/google-map-v3-cakephp-helper/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:06:51 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web tools]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/2010/06/google-amp-v3-cakephp-helper/</guid>
		<description><![CDATA[Recetly I found out a nice google maps helper for Cakephp, but it is based on version 2. There is a new versione of the API, v3, which has many improvements,  including faster loading time, better compatibility with mobile devices and more. Since I could not find an helper for this new version, I decided [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2010/06/google-map-v3-cakephp-helper/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>PHP and .htaccess 301 redirect</title>
		<link>http://www.small-software-utilities.com/2008/04/php-and-htaccess-301-redirect/</link>
		<comments>http://www.small-software-utilities.com/2008/04/php-and-htaccess-301-redirect/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 08:17:05 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/php/134/php-and-htaccess-301-redirect/</guid>
		<description><![CDATA[What is 301 redirect ? A 301 redirect is a way of telling a broswer (and a search engine spider too) that a page has moved (301 http code means permanent redirection). This is useful in case you moved a website to a new domain or if you want to hide your dynamic page extension [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/04/php-and-htaccess-301-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP enumeration</title>
		<link>http://www.small-software-utilities.com/2008/03/php-enumeration/</link>
		<comments>http://www.small-software-utilities.com/2008/03/php-enumeration/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 16:07:56 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/php/104/php-enumeration/</guid>
		<description><![CDATA[Is there a way to use enumerations in PHP (such as enum in JAva or C#)? Do I need a class to do it or they&#8217;re built-in? I&#8217;ll be thinking to this all Saturday night&#8230;]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/03/php-enumeration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
