<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>From the bottom up</title>
	<link>http://herbert.burzlaff.com</link>
	<description>You have to start some where</description>
	<lastBuildDate>Thu, 12 Nov 2009 17:35:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>PHP&#8217;s implode() in MySQL</title>
		<description>Here is a quick tip, to get similar result as php's array implode function inside of MySQL use GROUP_CONCAT() here is a quick example

SELECT store_orders.*,
(SELECT GROUP_CONCAT(item_name) FROM `store_orderitems` WHERE store_orders.id=store_orderitems.order_id) AS items_purchased
FROM `store_orders` </description>
		<link>http://herbert.burzlaff.com/2009/11/12/phps-implode-in-mysql/</link>
			</item>
	<item>
		<title>Mysql Drivers/Extensions: mysql_ is out, use mysqli_ or pdo</title>
		<description>Here is a good article on mysql_ vs mysqli vs pdo, its cleraly stated that mysql_ should no longer be used.

Which PHP Driver for MySQL should I use </description>
		<link>http://herbert.burzlaff.com/2009/11/10/mysql-driversextensions-mysql_-is-out-use-mysqli_-or-pdo/</link>
			</item>
	<item>
		<title>Free Webcasts</title>
		<description>http://www.phparch.com/conferences/webcasts

With recordings of past webcasts.

Thanks PHP Architect </description>
		<link>http://herbert.burzlaff.com/2009/07/16/free-webcasts/</link>
			</item>
	<item>
		<title>Food for Thought: Software Engineering In PHP</title>
		<description>Some slides to think about
PHPAustin Meetup Slides - Software Engineering In PHP </description>
		<link>http://herbert.burzlaff.com/2009/05/15/food-for-thought-software-engineering-in-php/</link>
			</item>
	<item>
		<title>Article explaining Dependency Injection</title>
		<description>What is Dependency Injection? - Fabien Potencier
 </description>
		<link>http://herbert.burzlaff.com/2009/03/26/article-explaining-dependency-injection/</link>
			</item>
	<item>
		<title>jQuery Plugin Tutorial</title>
		<description>http://webcloud.se/article/Building_jQuery_plugins </description>
		<link>http://herbert.burzlaff.com/2009/03/12/jquery-plugin-tutorial/</link>
			</item>
	<item>
		<title>Hahahaha</title>
		<description>http://www.phpro.org/examples/PHP-Bullshit-Meter.html </description>
		<link>http://herbert.burzlaff.com/2009/03/09/hahahaha/</link>
			</item>
	<item>
		<title>Free Book - Zend Framework: Surviving The Deep End</title>
		<description>Zend Framework: Surviving The Deep End </description>
		<link>http://herbert.burzlaff.com/2009/01/12/free-book-zend-framework-surviving-the-deep-end/</link>
			</item>
	<item>
		<title>Holiday Project</title>
		<description>The Jobeet Tutorial </description>
		<link>http://herbert.burzlaff.com/2008/12/09/holiday-project/</link>
			</item>
	<item>
		<title>Good Article: Build seven good object-oriented habits in PHP</title>
		<description>Here is a good article from IBM DeveloperWorks on some good object oriented principles to follow 
Build seven good object-oriented habits in PHP
 </description>
		<link>http://herbert.burzlaff.com/2008/11/03/good-article-build-seven-good-object-oriented-habits-in-php/</link>
			</item>
</channel>
</rss>
