<?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>PHP Londinium &#187; PHP</title>
	<atom:link href="http://www.phplondinium.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phplondinium.com</link>
	<description>A technology blog from the makers of Londinium.com</description>
	<lastBuildDate>Tue, 11 May 2010 12:08:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>new PHP frameworks to look at</title>
		<link>http://www.phplondinium.com/2008/12/11/new-php-frameworks-to-look-at/</link>
		<comments>http://www.phplondinium.com/2008/12/11/new-php-frameworks-to-look-at/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 15:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phplondinium.com/?p=62</guid>
		<description><![CDATA[Yii is a new PHP framework and so is Kohana
in fact here is a website dedicated to php frameworks &#8211; http://www.phpframeworks.com/
]]></description>
		<wfw:commentRss>http://www.phplondinium.com/2008/12/11/new-php-frameworks-to-look-at/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php website links</title>
		<link>http://www.phplondinium.com/2008/10/24/php-website-links/</link>
		<comments>http://www.phplondinium.com/2008/10/24/php-website-links/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 14:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phplondinium.com/?p=50</guid>
		<description><![CDATA[stackoverflow.com
hudzilla.org
]]></description>
		<wfw:commentRss>http://www.phplondinium.com/2008/10/24/php-website-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up PHP (Advanced)</title>
		<link>http://www.phplondinium.com/2008/10/24/speed-up-php-advanced/</link>
		<comments>http://www.phplondinium.com/2008/10/24/speed-up-php-advanced/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 14:24:35 +0000</pubDate>
		<dc:creator>mathew</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phplondinium.com/?p=26</guid>
		<description><![CDATA[OP Code Caching
When you excute a php script it has to be compiled and run. If you install a PHP OP Code cache, the code is stored in it&#8217;s compiled state so compiling is then skipped for the next page request. This is particularly useful if you have a PHP script that does a lot [...]]]></description>
		<wfw:commentRss>http://www.phplondinium.com/2008/10/24/speed-up-php-advanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeigniter</title>
		<link>http://www.phplondinium.com/2008/10/24/codeigniter/</link>
		<comments>http://www.phplondinium.com/2008/10/24/codeigniter/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 11:07:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phplondinium.com/?p=10</guid>
		<description><![CDATA[Codeigniter is a very useful PHP Framework which allows for rapid development of websites. We have used Codeigniter for over a year and have found it a great way to build a website quickly using an object orientated paradigm which maximises reuse and structures the code in an MVC design pattern.
Links:
Codeigniter
User Guide
Cheat Sheet
Forum
also visit #codeigniter [...]]]></description>
		<wfw:commentRss>http://www.phplondinium.com/2008/10/24/codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security</title>
		<link>http://www.phplondinium.com/2008/10/24/security/</link>
		<comments>http://www.phplondinium.com/2008/10/24/security/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 11:01:20 +0000</pubDate>
		<dc:creator>mathew</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[redux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.phplondinium.com/?p=8</guid>
		<description><![CDATA[Let me start by saying I love CodeIgniter, it’s a developers dream.
Today I plan to talk about some of the security features that are used within my library : Redux Authentication.
Hash Once and Only Once!
Over at TalkPHP someone provided a code snippet which had this code :
 $psd = sha1(md5(md5(sha1(md5(sha1(sha1(md5($_POST['password'])))))))); 
I’ve made a similar mistake [...]]]></description>
		<wfw:commentRss>http://www.phplondinium.com/2008/10/24/security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
