<?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>V-TEK &#187; PHP</title>
	<atom:link href="http://www.vtek.nl/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vtek.nl</link>
	<description>Weblog about webdevelopment and linux</description>
	<lastBuildDate>Sat, 21 Nov 2009 19:19:21 +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>Symfony Framework Workshop, I&#8217;m invited!</title>
		<link>http://www.vtek.nl/symfony-framework-workshop-im-invited-software.html</link>
		<comments>http://www.vtek.nl/symfony-framework-workshop-im-invited-software.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.vtek.nl/?p=476</guid>
		<description><![CDATA[A couple of weeks I got an invitation from Stefan Koopmanschap for a Symfony Framework workshop. Stefan Koopmanschap is a PHP developer, consultant and trainer and works at Unet. Besides that he is also the symfony Community Manager.
So what is Symfony Framework?
Symfony is a web application framework written in PHP which follows the model-view-controller (MVC) [...]]]></description>
		<wfw:commentRss>http://www.vtek.nl/symfony-framework-workshop-im-invited-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unauthorized Cake PHP Guide</title>
		<link>http://www.vtek.nl/cakephp-guide-unauthorized-programming.html</link>
		<comments>http://www.vtek.nl/cakephp-guide-unauthorized-programming.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 08:01:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vtek.nl/?p=342</guid>
		<description><![CDATA[Today I found a tweet of an unauthorized cakephp guide, which turnred out to be a wiki with usefull cakephp information.
Site : Unauthorized cake guide
The official CakePHP ( aka the cakephp book ) can be found over here
]]></description>
		<wfw:commentRss>http://www.vtek.nl/cakephp-guide-unauthorized-programming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim as a PHP editor</title>
		<link>http://www.vtek.nl/vim-as-a-php-editor-uncategorized.html</link>
		<comments>http://www.vtek.nl/vim-as-a-php-editor-uncategorized.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:03:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.vtek.nl/?p=338</guid>
		<description><![CDATA[Matthew Weier O'phinney has posted a great article about using vim as your php editor. Adding mappings to run the file through php linter helps you finding any (syntax)errors while you're working in vim.
Also a project plugin is explained in this article.
Matthew's blog
]]></description>
		<wfw:commentRss>http://www.vtek.nl/vim-as-a-php-editor-uncategorized.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans GIT plugin</title>
		<link>http://www.vtek.nl/netbeans-git-plugin-software.html</link>
		<comments>http://www.vtek.nl/netbeans-git-plugin-software.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 20:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vtek.nl/?p=282</guid>
		<description><![CDATA[Recently I discovered a netbeans edition for php ( Netbeans - a new player on the market ), which seems to work great!
The only thing I was missing was a GIT versioning plugin to clone, commit and update my php files. After a short googling I found a google code project called "nbgit" which provides [...]]]></description>
		<wfw:commentRss>http://www.vtek.nl/netbeans-git-plugin-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cakephp and ACL &#8211; how to work with users and groups</title>
		<link>http://www.vtek.nl/cakephp-and-acl-how-to-work-with-users-and-groups-programming.html</link>
		<comments>http://www.vtek.nl/cakephp-and-acl-how-to-work-with-users-and-groups-programming.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:46:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vtek.nl/?p=261</guid>
		<description><![CDATA[Today my webdevelopment collegue Eelco pointed me at an interesting article at the site komunitasweb. The tutorial explains how to work with ACL and how ACL is implemented in CakePHP.
Definitely a must read if you write webapplications in cakephp which need user or group based restrictions
http://komunitasweb.com/2009/03/cakephp-acl-tutorial-what-and-how/
]]></description>
		<wfw:commentRss>http://www.vtek.nl/cakephp-and-acl-how-to-work-with-users-and-groups-programming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
