<?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"
	>
<channel>
	<title>Comments on: dbdesigner2cake : DBDesigner 4 Scaffold Tools for CakePHP - 1.0.5 - Minor Release</title>
	<atom:link href="http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/</link>
	<description>Future - Vision - Technology - Programming</description>
	<pubDate>Wed, 07 Jan 2009 01:14:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Dérico Filho</title>
		<link>http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-42</link>
		<dc:creator>Dérico Filho</dc:creator>
		<pubDate>Wed, 19 Dec 2007 12:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-42</guid>
		<description>Hi Rob!

I contacted you by e-mail with few instructions. I am waiting for your answer.


Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Rob!</p>
<p>I contacted you by e-mail with few instructions. I am waiting for your answer.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Coenen</title>
		<link>http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-41</link>
		<dc:creator>Rob Coenen</dc:creator>
		<pubDate>Wed, 19 Dec 2007 11:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-41</guid>
		<description>Here is an example of a view created by Bake using the Model generated with your tool. Im using CakePHP Stable: 1.1.18.5850

Note how the column header says "Dealer Brand" but the column data actually displays the "BrandStyle[name]" and vice versa?
Not sure why bake screws up here... maybe need to report this back to the CakePHP team.


List Dealer Brand Styles



	Id
	Name
	Dealer Brand
	Brand Style
	Actions



	
	
	&#160;link($dealerBrandStyle['BrandStyle']['name'], '/admin/dealer_brands/view/' .$dealerBrandStyle['BrandStyle']['id'])?&#62;
	&#160;link($dealerBrandStyle['DealerBrand']['name'], '/admin/brand_styles/view/' .$dealerBrandStyle['DealerBrand']['id'])?&#62;
	
		link('View','/admin/dealer_brand_styles/view/' . $dealerBrandStyle['DealerBrandStyle']['id'])?&#62;
		link('Edit','/admin/dealer_brand_styles/edit/' . $dealerBrandStyle['DealerBrandStyle']['id'])?&#62;
		link('Delete','/admin/dealer_brand_styles/delete/' . $dealerBrandStyle['DealerBrandStyle']['id'], null, 'Are you sure you want to delete id ' . $dealerBrandStyle['DealerBrandStyle']['id'])?&#62;
	





	link('New Dealer Brand Style', '/admin/dealer_brand_styles/add'); ?&#62;

</description>
		<content:encoded><![CDATA[<p>Here is an example of a view created by Bake using the Model generated with your tool. Im using CakePHP Stable: 1.1.18.5850</p>
<p>Note how the column header says &#8220;Dealer Brand&#8221; but the column data actually displays the &#8220;BrandStyle[name]&#8221; and vice versa?<br />
Not sure why bake screws up here&#8230; maybe need to report this back to the CakePHP team.</p>
<p>List Dealer Brand Styles</p>
<p>	Id<br />
	Name<br />
	Dealer Brand<br />
	Brand Style<br />
	Actions</p>
<p>	&nbsp;link($dealerBrandStyle['BrandStyle']['name'], &#8216;/admin/dealer_brands/view/&#8217; .$dealerBrandStyle['BrandStyle']['id'])?&gt;<br />
	&nbsp;link($dealerBrandStyle['DealerBrand']['name'], &#8216;/admin/brand_styles/view/&#8217; .$dealerBrandStyle['DealerBrand']['id'])?&gt;</p>
<p>		link(&#8217;View&#8217;,'/admin/dealer_brand_styles/view/&#8217; . $dealerBrandStyle['DealerBrandStyle']['id'])?&gt;<br />
		link(&#8217;Edit&#8217;,'/admin/dealer_brand_styles/edit/&#8217; . $dealerBrandStyle['DealerBrandStyle']['id'])?&gt;<br />
		link(&#8217;Delete&#8217;,'/admin/dealer_brand_styles/delete/&#8217; . $dealerBrandStyle['DealerBrandStyle']['id'], null, &#8216;Are you sure you want to delete id &#8216; . $dealerBrandStyle['DealerBrandStyle']['id'])?&gt;</p>
<p>	link(&#8217;New Dealer Brand Style&#8217;, &#8216;/admin/dealer_brand_styles/add&#8217;); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dérico Filho</title>
		<link>http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-35</link>
		<dc:creator>Dérico Filho</dc:creator>
		<pubDate>Fri, 07 Dec 2007 13:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-35</guid>
		<description>Hi Rob,

I reply to your thoughts here:

- I don't see the point in generating one single model with dbdesigner2cake. I use Bake Modelling when I need changing one single model. I think the true issue is, non-destructive baking... I am on the work with that.
- The scaffold code generation is enabled when dbdesigner2cake is used with CakePHP 1.2. It enables the -wb (--with-bake) option that generates bake code instead of files with $scaffold variable.
- I am not sure what's happened, therefore I cannot blame either dbdesigner2cake or cakephp. I suggest you to upgrade your cakephp and try again.

Bye</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I reply to your thoughts here:</p>
<p>- I don&#8217;t see the point in generating one single model with dbdesigner2cake. I use Bake Modelling when I need changing one single model. I think the true issue is, non-destructive baking&#8230; I am on the work with that.<br />
- The scaffold code generation is enabled when dbdesigner2cake is used with CakePHP 1.2. It enables the -wb (&#8211;with-bake) option that generates bake code instead of files with $scaffold variable.<br />
- I am not sure what&#8217;s happened, therefore I cannot blame either dbdesigner2cake or cakephp. I suggest you to upgrade your cakephp and try again.</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Coenen</title>
		<link>http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-34</link>
		<dc:creator>Rob Coenen</dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cirello.org/2007/12/04/dbdesigner2cake-dbdesigner-4-scaffold-tools-for-cakephp-105-minor-release/#comment-34</guid>
		<description>Hi, I have tested your tool today using CakePHP 1.1.18.5850 (most recent stable release).
The model generation works really well. I love the fact that it does generate the correct CakePHP-specific belongsTo, hasOne, hasMany and hasAndBelongsToMany relationships from the MySQL constraints.
a few points:
-Too bad I cannot generate 1 single model, it always generates all models for all database tables at once
-I still had to use the CakePHP bake utility to generate the (full-) controllers and views since they got scaffolded. This is not too much of a big deal actually.
-Somehow my Bake-generated views had the wrong column label. So lets say I have columns labeled person, city, zipcode then the contents of these tables would actually get mixed up like Amsterdam, John, 1234XT (person, name, zipcode) ...
Not sure how this is possible. I bever had this with the Bake utility before. Maybe b/c Bake is using the dbdesigner2cake generated model file sto construct the controllers and views?</description>
		<content:encoded><![CDATA[<p>Hi, I have tested your tool today using CakePHP 1.1.18.5850 (most recent stable release).<br />
The model generation works really well. I love the fact that it does generate the correct CakePHP-specific belongsTo, hasOne, hasMany and hasAndBelongsToMany relationships from the MySQL constraints.<br />
a few points:<br />
-Too bad I cannot generate 1 single model, it always generates all models for all database tables at once<br />
-I still had to use the CakePHP bake utility to generate the (full-) controllers and views since they got scaffolded. This is not too much of a big deal actually.<br />
-Somehow my Bake-generated views had the wrong column label. So lets say I have columns labeled person, city, zipcode then the contents of these tables would actually get mixed up like Amsterdam, John, 1234XT (person, name, zipcode) &#8230;<br />
Not sure how this is possible. I bever had this with the Bake utility before. Maybe b/c Bake is using the dbdesigner2cake generated model file sto construct the controllers and views?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
