<?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>Web Development Tutorials &#187; System</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/system/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pk-tuts.co.uk</link>
	<description>Written By Peter Kelly</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic PHP Template System</title>
		<link>http://www.pk-tuts.co.uk/php/php-functions/basic-php-template-system?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-functions/basic-php-template-system#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:18:40 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Parse]]></category>
		<category><![CDATA[parse_tpl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[split template]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[TPL]]></category>
		<category><![CDATA[tpl array replace]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=230</guid>
		<description><![CDATA[In this tutorial we will learn how to make a basic php template system. Which will allow us to include the template files into our php code.

So first lets define where and what our template files are called and where they are stored.
DEFINE("TEMPLATE_DIR", "/"); // Set Templates Directory
DEFINE("TEMPLATE_EXT", ".tpl"); // Set Template Files Extension
Now we [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-functions/basic-php-template-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usersystem Part 1</title>
		<link>http://www.pk-tuts.co.uk/php/php-tutorials/usersystem-part-1?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-tutorials/usersystem-part-1#comments</comments>
		<pubDate>Mon, 28 Sep 2009 18:00:46 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Area]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Logout]]></category>
		<category><![CDATA[Members]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[part 1]]></category>
		<category><![CDATA[parts]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[User]]></category>
		<category><![CDATA[usersystem]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=148</guid>
		<description><![CDATA[Well after getting side tracked yet again I have written a user system for the users of PK-Tuts. In this part of the user system we will learn how to login and register will will also build some of the basic functions to check if you are logged in and logout. I will be expanding [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-tutorials/usersystem-part-1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
