<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL Workbench + propel = useful</title>
	<atom:link href="http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/</link>
	<description>About the construction of a sophisticated Web-Application with ExtJs</description>
	<lastBuildDate>Thu, 20 Oct 2011 10:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: DiLoc-Blog - &#187; Migrating from MySQL Workbench to ORM Designer</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-23220</link>
		<dc:creator>DiLoc-Blog - &#187; Migrating from MySQL Workbench to ORM Designer</dc:creator>
		<pubDate>Thu, 09 Jun 2011 13:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-23220</guid>
		<description>[...] you probably know, we use(d) MySQL Workbench for all our database design needs. We used the PropelExport Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] you probably know, we use(d) MySQL Workbench for all our database design needs. We used the PropelExport Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhaas</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-14596</link>
		<dc:creator>dhaas</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-14596</guid>
		<description>@Ludek Vodicka:
Thanks for the hint! But we use Workbench also to easily create schema-update-files (migrations) since Propel does not support this natively.</description>
		<content:encoded><![CDATA[<p>@Ludek Vodicka:<br />
Thanks for the hint! But we use Workbench also to easily create schema-update-files (migrations) since Propel does not support this natively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludek Vodicka</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-14590</link>
		<dc:creator>Ludek Vodicka</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-14590</guid>
		<description>Hi, If you realy want to simplify your work with Propel XML files, you could try ORM Designer (http://www.orm-designer.com). It&#039;s a fully visual ERD editor with native support for Propel ORM framework (also for Doctrine, CakePHP,...). You can design all objects and attributes in ORMD and then simply press &quot;Export&quot; and all propel.xml files will be generated ;-)</description>
		<content:encoded><![CDATA[<p>Hi, If you realy want to simplify your work with Propel XML files, you could try ORM Designer (<a  href="http://www.orm-designer.com" rel="nofollow">http://www.orm-designer.com</a>). It&#8217;s a fully visual ERD editor with native support for Propel ORM framework (also for Doctrine, CakePHP,&#8230;). You can design all objects and attributes in ORMD and then simply press &#8220;Export&#8221; and all propel.xml files will be generated <img src='http://www.diloc.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: COil</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-6420</link>
		<dc:creator>COil</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-6420</guid>
		<description>Hi Daniel, great job, i am interested by the xsl too. May be it would be cool to share it somewhere.

See you. COil</description>
		<content:encoded><![CDATA[<p>Hi Daniel, great job, i am interested by the xsl too. May be it would be cool to share it somewhere.</p>
<p>See you. COil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhaas</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-300</link>
		<dc:creator>dhaas</dc:creator>
		<pubDate>Tue, 27 May 2008 10:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-300</guid>
		<description>@alex: I have now written a native plugin for MySQL Workbench to export files to propel-schema files. Read more about it at: http://www.diloc.de/blog/2008/05/27/mysql-workbench-propel-export-plugin/</description>
		<content:encoded><![CDATA[<p>@alex: I have now written a native plugin for MySQL Workbench to export files to propel-schema files. Read more about it at: <a  href="http://www.diloc.de/blog/2008/05/27/mysql-workbench-propel-export-plugin/" rel="nofollow">http://www.diloc.de/blog/2008/05/27/mysql-workbench-propel-export-plugin/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiLoc-Blog - &#187; MySQL Workbench Propel export plugin</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-299</link>
		<dc:creator>DiLoc-Blog - &#187; MySQL Workbench Propel export plugin</dc:creator>
		<pubDate>Tue, 27 May 2008 09:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-299</guid>
		<description>[...] So I wrote about converting MySQL Workbench files to Propel schema files. [...]</description>
		<content:encoded><![CDATA[<p>[...] So I wrote about converting MySQL Workbench files to Propel schema files. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-263</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 24 May 2008 16:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-263</guid>
		<description>hi dhaas,

It would be grate to have a service to transfor workbench files to propel xml.

If it&#039;s not possible could you send me the xsl.

Congartulations for your work.</description>
		<content:encoded><![CDATA[<p>hi dhaas,</p>
<p>It would be grate to have a service to transfor workbench files to propel xml.</p>
<p>If it&#8217;s not possible could you send me the xsl.</p>
<p>Congartulations for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Bryan</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-70</link>
		<dc:creator>Josh Bryan</dc:creator>
		<pubDate>Sun, 13 Apr 2008 04:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-70</guid>
		<description>It&#039;s great to see somebody has taken this and made it better.  Excellent work!</description>
		<content:encoded><![CDATA[<p>It&#8217;s great to see somebody has taken this and made it better.  Excellent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiLoc-Blog - &#187; Small MySQL Workbench review</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-41</link>
		<dc:creator>DiLoc-Blog - &#187; Small MySQL Workbench review</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-41</guid>
		<description>[...] And that with fairly basic models. For me, this makes Workbench nearly pointless. (Fortunatly I can convert the model to a propel schema for use in PHP and let propel generate the tables. - Propel works better in that regard because it [...]</description>
		<content:encoded><![CDATA[<p>[...] And that with fairly basic models. For me, this makes Workbench nearly pointless. (Fortunatly I can convert the model to a propel schema for use in PHP and let propel generate the tables. &#8211; Propel works better in that regard because it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhaas</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-19</link>
		<dc:creator>dhaas</dc:creator>
		<pubDate>Sat, 15 Mar 2008 20:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-19</guid>
		<description>Unfortunatly they still did not document the plugin interface, so I am still stuck with the suboptimal solution I use.
If you are interested in the XSL I could send it to you...</description>
		<content:encoded><![CDATA[<p>Unfortunatly they still did not document the plugin interface, so I am still stuck with the suboptimal solution I use.<br />
If you are interested in the XSL I could send it to you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-17</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 15 Mar 2008 01:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.diloc.de/blog/2008/02/26/mysql-workbench-propel-useful/#comment-17</guid>
		<description>Hi there,

that sounds really interesting, I&#039;m missing exactly the same functionality in Workbench to export Propel schemas. Though my favour is Symfony... ;-)

Great job.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>that sounds really interesting, I&#8217;m missing exactly the same functionality in Workbench to export Propel schemas. Though my favour is Symfony&#8230; <img src='http://www.diloc.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Great job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

