<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[Tutorials]]></title>
	<link>http://www.spoon-library.com/tutorials/rss?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=tutorials_rss</link>
	<description>
		<![CDATA[
		All tutorials for Spoon Library
		]]>
</description>
	<image>
		<title><![CDATA[Fork CMS]]></title>
		<url>http://www.spoon-library.be/app/frontend/core/public/images/rss_image.png</url>
		<link>http://www.fork-cms.com</link>
	</image>
	<lastBuildDate>Fri, 18 May 2012 11:42:37 +0200</lastBuildDate>
	<pubDate>Fri, 18 May 2012 11:42:37 +0200</pubDate>
	<copyright>2012 Spoon Library</copyright>
	<generator><![CDATA[Fork CMS]]></generator>
	<language>en</language>
<item>
	<title><![CDATA[Form - part 1]]></title>
	<link>http://www.spoon-library.com/tutorials/form-part-1</link>
	<description>
		<![CDATA[
			<p>The first tutorial concerning forms:</p>
<ul>
<li>How to build a form</li>
<li>How to validate a form</li>
<li>How to retrieve the data</li>
</ul>
		]]>
	</description>
	<pubDate>Mon, 01 Aug 2011 22:36:47 +0200</pubDate>
	<author><![CDATA[Davy Hellemans]]></author>
	<comments>http://www.spoon-library.com/tutorials/form-part-1#comments</comments>
	</item>
<item>
	<title><![CDATA[Datagrid - part 1]]></title>
	<link>http://www.spoon-library.com/tutorials/datagrid-part-1</link>
	<description>
		<![CDATA[
			<p>Datagrids are used to show tabular data. This tutorial teaches you the following:</p>
<ul>
<li>The two types of datagrid sources (database queries, arrays)</li>
<li>Basic datagrid</li>
<li>Basic datagrid with paging and sorting</li>
</ul>
		]]>
	</description>
	<pubDate>Wed, 26 May 2010 10:00:00 +0200</pubDate>
	<author><![CDATA[Dave Lens]]></author>
	<comments>http://www.spoon-library.com/tutorials/datagrid-part-1#comments</comments>
	</item>
<item>
	<title><![CDATA[Template - part 3]]></title>
	<link>http://www.spoon-library.com/tutorials/template-part-3</link>
	<description>
		<![CDATA[
			<p>The first two parts were pretty basic. As for this part you will see the next items in detail:</p>
<ul>
<li>How to use modifiers</li>
<li>Nested variables</li>
<li>Mapping your own modifiers</li>
</ul>
		]]>
	</description>
	<pubDate>Tue, 11 May 2010 11:56:00 +0200</pubDate>
	<author><![CDATA[Davy Hellemans]]></author>
	<comments>http://www.spoon-library.com/tutorials/template-part-3#comments</comments>
	</item>
<item>
	<title><![CDATA[Template - part 2]]></title>
	<link>http://www.spoon-library.com/tutorials/template-part-2</link>
	<description>
		<![CDATA[
			<p>The sequel that will show you how to:</p>
<ul>
<li>Iterate variables</li>
<li>Use cycle tags within an iteration</li>
</ul>
		]]>
	</description>
	<pubDate>Tue, 11 May 2010 11:43:00 +0200</pubDate>
	<author><![CDATA[Davy Hellemans]]></author>
	<comments>http://www.spoon-library.com/tutorials/template-part-2#comments</comments>
	</item>
<item>
	<title><![CDATA[Template - part 1]]></title>
	<link>http://www.spoon-library.com/tutorials/template-part-1</link>
	<description>
		<![CDATA[
			<p>This introduction to templates explains the following:
</p>
<ul>
<li>Load and display templates</li>
<li>Assign variables</li>
<li>Simplified if/else control structures.</li>
</ul>
		]]>
	</description>
	<pubDate>Tue, 11 May 2010 11:30:00 +0200</pubDate>
	<author><![CDATA[Davy Hellemans]]></author>
	<comments>http://www.spoon-library.com/tutorials/template-part-1#comments</comments>
	</item>
<item>
	<title><![CDATA[Session]]></title>
	<link>http://www.spoon-library.com/tutorials/session</link>
	<description>
		<![CDATA[
			<p>If you don't like PHP's built in functions to manipulate sessions, then it's a good idea to use this wrapper class which is more consistent. This tutorial features:</p>
<ul>
<li>Store data in a session</li>
<li>Retrieve data from a session</li>
</ul>
		]]>
	</description>
	<pubDate>Tue, 11 May 2010 11:16:00 +0200</pubDate>
	<author><![CDATA[Dave Lens]]></author>
	<comments>http://www.spoon-library.com/tutorials/session#comments</comments>
	</item>
<item>
	<title><![CDATA[Logging]]></title>
	<link>http://www.spoon-library.com/tutorials/logging</link>
	<description>
		<![CDATA[
			<p>Ever wanted to log certain events, data, ... Than this tutorial is for you!</p>
		]]>
	</description>
	<pubDate>Tue, 11 May 2010 11:01:00 +0200</pubDate>
	<author><![CDATA[Tijs Verkoyen]]></author>
	<comments>http://www.spoon-library.com/tutorials/logging#comments</comments>
	</item>
<item>
	<title><![CDATA[Email]]></title>
	<link>http://www.spoon-library.com/tutorials/email</link>
	<description>
		<![CDATA[
			<p>Sending e-mails with Spoon is a breeze. This tutorial will show you how it's done:</p>
<ul>
<li>Sending a basic e-mail</li>
<li>Sending an e-mail using SMTP</li>
<li>Use a template as an e-mail body</li>
</ul>
		]]>
	</description>
	<pubDate>Tue, 11 May 2010 10:56:00 +0200</pubDate>
	<author><![CDATA[Dave Lens]]></author>
	<comments>http://www.spoon-library.com/tutorials/email#comments</comments>
	</item>
<item>
	<title><![CDATA[Database - part 2]]></title>
	<link>http://www.spoon-library.com/tutorials/database-part-2</link>
	<description>
		<![CDATA[
			<p>The first part was pretty basic. This tutorial goes a little deeper and explains the following:</p>
<ul>
<li>Insert/update/delete functions</li>
<li>The execute function</li>
</ul>
		]]>
	</description>
	<pubDate>Mon, 10 May 2010 18:55:00 +0200</pubDate>
	<author><![CDATA[Dave Lens]]></author>
	<comments>http://www.spoon-library.com/tutorials/database-part-2#comments</comments>
	</item>
<item>
	<title><![CDATA[Database - part 1]]></title>
	<link>http://www.spoon-library.com/tutorials/database-part-1</link>
	<description>
		<![CDATA[
			<p>This tutorial will explain more about the mysql database wrapper in Spoon. In detail:</p>
<ul>
<li>Establising a database connection</li>
<li>Passing on parameters to a query</li>
<li>Fetching single or multiple records</li>
</ul>
		]]>
	</description>
	<pubDate>Mon, 10 May 2010 18:40:00 +0200</pubDate>
	<author><![CDATA[Dave Lens]]></author>
	<comments>http://www.spoon-library.com/tutorials/database-part-1#comments</comments>
	</item>
<item>
	<title><![CDATA[Cookie]]></title>
	<link>http://www.spoon-library.com/tutorials/cookie</link>
	<description>
		<![CDATA[
			<p>Cookies can come in handy, when you want to store data for later use. For example when somebody comments on your website, you might want to store his details so that next when he wants to comment, there's no need to re-enter these details. This tutorial will learn:</p>
<ul>
<li>Store data in a cookie</li>
<li>Retrieve data from cookies</li>
</ul>
		]]>
	</description>
	<pubDate>Mon, 10 May 2010 18:00:00 +0200</pubDate>
	<author><![CDATA[Tijs Verkoyen]]></author>
	<comments>http://www.spoon-library.com/tutorials/cookie#comments</comments>
	</item>
<item>
	<title><![CDATA[Introduction to Spoon]]></title>
	<link>http://www.spoon-library.com/tutorials/introduction-to-spoon</link>
	<description>
		<![CDATA[
			<p>So you want to use Spoon? This tutorial will guide you through the first step you need to take.</p>
		]]>
	</description>
	<pubDate>Mon, 10 May 2010 16:56:00 +0200</pubDate>
	<author><![CDATA[Davy Hellemans]]></author>
	<comments>http://www.spoon-library.com/tutorials/introduction-to-spoon#comments</comments>
	</item>
</channel>
</rss>

