<?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: A first glimpse at two core bake tasks</title>
	<atom:link href="http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dieter@be</title>
		<link>http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/comment-page-1/#comment-1010</link>
		<dc:creator>Dieter@be</dc:creator>
		<pubDate>Mon, 30 Oct 2006 20:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/#comment-1010</guid>
		<description>excellent ;-)</description>
		<content:encoded><![CDATA[<p>excellent ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/comment-page-1/#comment-1004</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 30 Oct 2006 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/#comment-1004</guid>
		<description>@Dieter@be: This feature is already integrated :) You can call:
php bake2.php dbconfig help

But I think I will also add &quot;--help&quot;, as this is very common on unix-based systems.</description>
		<content:encoded><![CDATA[<p>@Dieter@be: This feature is already integrated :) You can call:<br />
php bake2.php dbconfig help</p>
<p>But I think I will also add &#8220;&#8211;help&#8221;, as this is very common on unix-based systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter@be</title>
		<link>http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/comment-page-1/#comment-975</link>
		<dc:creator>Dieter@be</dc:creator>
		<pubDate>Sun, 29 Oct 2006 13:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/#comment-975</guid>
		<description>Okay, maybe you could supply a little synopsis if called like this then?:
php bake2.php dbconfig [--help] 

That way you loose the overhead of having a whole question-response loop, while still users can be sure they didn&#039;t forget anything (if they check the synopsis first)

because seriously, even &quot;advanced users who know what they do&quot; will sometimes forget to pass a parameter :-)

Dieter</description>
		<content:encoded><![CDATA[<p>Okay, maybe you could supply a little synopsis if called like this then?:<br />
php bake2.php dbconfig [--help] </p>
<p>That way you loose the overhead of having a whole question-response loop, while still users can be sure they didn&#8217;t forget anything (if they check the synopsis first)</p>
<p>because seriously, even &#8220;advanced users who know what they do&#8221; will sometimes forget to pass a parameter :-)</p>
<p>Dieter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/comment-page-1/#comment-970</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sun, 29 Oct 2006 09:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/#comment-970</guid>
		<description>@Dieter@be: Thanks for your comment.

The dbconfigTask uses default values for parameters you don&#039;t specify. And it is thought for advanced users who know what they do and who don&#039;t need the assistance provided by the bake.php script.</description>
		<content:encoded><![CDATA[<p>@Dieter@be: Thanks for your comment.</p>
<p>The dbconfigTask uses default values for parameters you don&#8217;t specify. And it is thought for advanced users who know what they do and who don&#8217;t need the assistance provided by the bake.php script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter@be</title>
		<link>http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/comment-page-1/#comment-952</link>
		<dc:creator>Dieter@be</dc:creator>
		<pubDate>Sat, 28 Oct 2006 09:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/10/27/a-first-glimpse-at-two-core-bake-tasks/#comment-952</guid>
		<description>The AppTask will be very handy i think, but i&#039;m not so sure about the DbconfigTask.
If all it does is generate/edit an app/config/database.php file for you, it offers just a slight advantage over manually editing the file.  It will be a little faster if done right, but personally i would still open the file to check if all is right, and besides, if you edit manually, you can see all the needed parameters (there are defaults that you can edit) so you can be sure you didn&#039;t forget any.

Maybe it would be handy if you could call it like this:
php bake2.php dbconfig alias [-a=ask] or even make this value the default is no arguments (database,username) are given, so it would prompt for every parameter, then you can be sure you didn&#039;t forget any :)

Dieter</description>
		<content:encoded><![CDATA[<p>The AppTask will be very handy i think, but i&#8217;m not so sure about the DbconfigTask.<br />
If all it does is generate/edit an app/config/database.php file for you, it offers just a slight advantage over manually editing the file.  It will be a little faster if done right, but personally i would still open the file to check if all is right, and besides, if you edit manually, you can see all the needed parameters (there are defaults that you can edit) so you can be sure you didn&#8217;t forget any.</p>
<p>Maybe it would be handy if you could call it like this:<br />
php bake2.php dbconfig alias [-a=ask] or even make this value the default is no arguments (database,username) are given, so it would prompt for every parameter, then you can be sure you didn&#8217;t forget any :)</p>
<p>Dieter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

