<?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: Zend Code Generator on Google Code</title>
	<atom:link href="http://ingol.nl/blog/2009/09/17/zend-code-generator-on-google-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://ingol.nl/blog/2009/09/17/zend-code-generator-on-google-code/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 21:04:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Reboot</title>
		<link>http://ingol.nl/blog/2009/09/17/zend-code-generator-on-google-code/comment-page-1/#comment-116</link>
		<dc:creator>Reboot</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://ingol.nl/blog/?p=3#comment-116</guid>
		<description>Yes, it&#039;s unfinished. I did create an enhanced version for work which also uses the Zend_CodeGenerator module. I, however, cannot bluntly copy in that piece of work (hence cannot mix business with pleasure). The relational bit is problematic because zend db does not provide data model references by means of introspection, must use another source or a strict naming convention.

Professionally I&#039;m using the &quot;DeZign&quot; data modelling tool (from Datanamic) which could provide the necessary generation meta-data. Or, what you already mentioned, use the zend db table classes.

I&#039;ll check out your code when I&#039;ve got some spare time.

p.s. Lots to do in so little time :)

Best Regards,
Onno</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s unfinished. I did create an enhanced version for work which also uses the Zend_CodeGenerator module. I, however, cannot bluntly copy in that piece of work (hence cannot mix business with pleasure). The relational bit is problematic because zend db does not provide data model references by means of introspection, must use another source or a strict naming convention.</p>
<p>Professionally I&#8217;m using the &#8220;DeZign&#8221; data modelling tool (from Datanamic) which could provide the necessary generation meta-data. Or, what you already mentioned, use the zend db table classes.</p>
<p>I&#8217;ll check out your code when I&#8217;ve got some spare time.</p>
<p>p.s. Lots to do in so little time :)</p>
<p>Best Regards,<br />
Onno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonard Dronkers</title>
		<link>http://ingol.nl/blog/2009/09/17/zend-code-generator-on-google-code/comment-page-1/#comment-115</link>
		<dc:creator>Leonard Dronkers</dc:creator>
		<pubDate>Thu, 04 Feb 2010 08:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://ingol.nl/blog/?p=3#comment-115</guid>
		<description>Hi Reboot,

Thanks for pointing me in the right direction, I just wanted to see where you are going with code generation. As I see It is a project in the making. 

I am currently using Zend Framework for several projects but am trying to write a code generator to translate the data layer into a working representation in php (once and for all). I base it on examples seen in the reference guide at http://framework.zend.com/ using a DbTable class (TDG) a Mapper (Data mapper) and a Model class. 

But I am looking for some examples or other people that have dealt with 1:1, 1:n and n:m relations. Just to get ideas.

What I have written for now generates the three classes, but doesn&#039;t yet deal with the relations between tables. If you want you can check it out. I also have to convert to using Zend_Codegenerator. Basically it is a quick test I wrote, but I have found myself using it over and over.

Here is the Zend Framework Module download: http://www.sreknord.net/download#download3</description>
		<content:encoded><![CDATA[<p>Hi Reboot,</p>
<p>Thanks for pointing me in the right direction, I just wanted to see where you are going with code generation. As I see It is a project in the making. </p>
<p>I am currently using Zend Framework for several projects but am trying to write a code generator to translate the data layer into a working representation in php (once and for all). I base it on examples seen in the reference guide at <a href="http://framework.zend.com/" rel="nofollow">http://framework.zend.com/</a> using a DbTable class (TDG) a Mapper (Data mapper) and a Model class. </p>
<p>But I am looking for some examples or other people that have dealt with 1:1, 1:n and n:m relations. Just to get ideas.</p>
<p>What I have written for now generates the three classes, but doesn&#8217;t yet deal with the relations between tables. If you want you can check it out. I also have to convert to using Zend_Codegenerator. Basically it is a quick test I wrote, but I have found myself using it over and over.</p>
<p>Here is the Zend Framework Module download: <a href="http://www.sreknord.net/download#download3" rel="nofollow">http://www.sreknord.net/download#download3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reboot</title>
		<link>http://ingol.nl/blog/2009/09/17/zend-code-generator-on-google-code/comment-page-1/#comment-110</link>
		<dc:creator>Reboot</dc:creator>
		<pubDate>Fri, 22 Jan 2010 08:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://ingol.nl/blog/?p=3#comment-110</guid>
		<description>You&#039;re right, it&#039;s only code now.
&lt;a href=&quot;http://code.google.com/p/zend-code-generator/source/browse/#svn/standard/trunk/source&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/zend-code-generator/source/browse/#svn/standard/trunk/source&lt;/a&gt;

You need subversion to get it out.
Did not get around to a full release version, a bit of a time issue and I want to refactor the templates to use the &lt;a href=&quot;http://framework.zend.com/manual/en/zend.codegenerator.html&quot; rel=&quot;nofollow&quot;&gt;Zend_CodeGenerator&lt;/a&gt; library.

I&#039;ll also package it when it&#039;s a little more user-friendly to setup and configure.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, it&#8217;s only code now.<br />
<a href="http://code.google.com/p/zend-code-generator/source/browse/#svn/standard/trunk/source" rel="nofollow">http://code.google.com/p/zend-code-generator/source/browse/#svn/standard/trunk/source</a></p>
<p>You need subversion to get it out.<br />
Did not get around to a full release version, a bit of a time issue and I want to refactor the templates to use the <a href="http://framework.zend.com/manual/en/zend.codegenerator.html" rel="nofollow">Zend_CodeGenerator</a> library.</p>
<p>I&#8217;ll also package it when it&#8217;s a little more user-friendly to setup and configure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonard Dronkers</title>
		<link>http://ingol.nl/blog/2009/09/17/zend-code-generator-on-google-code/comment-page-1/#comment-109</link>
		<dc:creator>Leonard Dronkers</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://ingol.nl/blog/?p=3#comment-109</guid>
		<description>Hi, 

One question: where is the download. At google code it says: &quot;This project currently has no downloads.&quot;</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>One question: where is the download. At google code it says: &#8220;This project currently has no downloads.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

