<?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>SzBlog &#187; Propel</title>
	<atom:link href="http://szongott.net/tag/propel/feed/" rel="self" type="application/rss+xml" />
	<link>http://szongott.net</link>
	<description></description>
	<lastBuildDate>Fri, 04 Feb 2011 14:39:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Propel unter Leopard</title>
		<link>http://szongott.net/2008/01/01/propel-unter-leopard/</link>
		<comments>http://szongott.net/2008/01/01/propel-unter-leopard/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 14:33:11 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Propel]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://blog.szongott.net/archives/16</guid>
		<description><![CDATA[Propel ist ein in PHP geschriebenes Werkzeug für ORM (Object-Relational Mapping), also um Objekte aus PHP persistent in einer Datenbank speichern zu können. Um Propel mit Hilfe von PEAR unter Leopard zu installieren, sind folgende Schritte notwendig: Channels hinzufügen $> sudo pear channel-discover pear.phpdb.org $> sudo pear channel-discover pear.phing.info Propel Genrator und Runtime installieren $> [...]]]></description>
			<content:encoded><![CDATA[<p>Propel ist ein in PHP geschriebenes Werkzeug für ORM (Object-Relational Mapping), also um Objekte aus PHP persistent in einer Datenbank speichern zu können.</p>
<p>Um Propel mit Hilfe von PEAR unter Leopard zu installieren, sind folgende Schritte notwendig:</p>
<p><strong>Channels hinzufügen</strong><br />
<code>$> sudo pear channel-discover pear.phpdb.org<br />
$> sudo pear channel-discover pear.phing.info<br />
</code></p>
<p><strong>Propel Genrator und Runtime installieren</strong><br />
<code>$> sudo pear install phpdb/propel_generator<br />
$> sudo pear install phpdb/propel_runtime<br />
</code></p>
<p>Nun sollte Propel lauffähig sein und kann genutzt werden, wie auf der <a href="http://propel.phpdb.org">Webseite von Propel</a> beschrieben.</p>
]]></content:encoded>
			<wfw:commentRss>http://szongott.net/2008/01/01/propel-unter-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

