<?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: Cook up websites fast with CakePHP, part 2</title>
	<atom:link href="http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/</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: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-234670</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-234670</guid>
		<description>@ram: This error is usually shown when the MySQL extension of PHP is disabled. As the error only appears in the command line, it is possible that there is a cli-specific php.ini available on your system where MySQL is disabled.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@ram: This error is usually shown when the MySQL extension of PHP is disabled. As the error only appears in the command line, it is possible that there is a cli-specific php.ini available on your system where MySQL is disabled.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-234585</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Tue, 25 Oct 2011 07:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-234585</guid>
		<description>Hi,

im a cakePHP newbie. i tried to bake models but i got the error:

Fatal error: Call to undefined function mysql_connect() in /usr/share/php/cake/libs/model/datasources/dbo/dbo_mysql.php on line 374

im XAMPP for LINUX (LAMPP). phpMyAdmin seems to work that is why im confused whats the problem.  

i been search for the fix since last month but did not have any luck.

Help Please.

Thanks in Advance..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>im a cakePHP newbie. i tried to bake models but i got the error:</p>
<p>Fatal error: Call to undefined function mysql_connect() in /usr/share/php/cake/libs/model/datasources/dbo/dbo_mysql.php on line 374</p>
<p>im XAMPP for LINUX (LAMPP). phpMyAdmin seems to work that is why im confused whats the problem.  </p>
<p>i been search for the fix since last month but did not have any luck.</p>
<p>Help Please.</p>
<p>Thanks in Advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-96841</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sun, 29 Jun 2008 13:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-96841</guid>
		<description>@integrator: I&#039;m glad you found a solution for this issue. Happy baking!</description>
		<content:encoded><![CDATA[<p>@integrator: I&#8217;m glad you found a solution for this issue. Happy baking!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: integrator</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-96717</link>
		<dc:creator>integrator</dc:creator>
		<pubDate>Sat, 28 Jun 2008 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-96717</guid>
		<description>I found the solution to bake with MAMP on mac osx leopard:
To see the php program the console uses type: which php
If it is not the MAMP version, create a .bash_profile file in your user home directory with the following lines:
PATH=/Applications/MAMP/bin/php5/bin:$PATH
export DYLD_LIBRARY_PATH=/Applications/MAMP/Library/lib:${DYLD_LIBRARY_PATH}

The first line tells the console first to look in the MAMP directory for commands. I would prefer to just tell it to look there for php but I don&#039;t know how.
The second line is taken from &quot;http://www.karlkatzke.com/symfony-and-mamp-17&quot;
Hope this helps some mac developers.</description>
		<content:encoded><![CDATA[<p>I found the solution to bake with MAMP on mac osx leopard:<br />
To see the php program the console uses type: which php<br />
If it is not the MAMP version, create a .bash_profile file in your user home directory with the following lines:<br />
PATH=/Applications/MAMP/bin/php5/bin:$PATH<br />
export DYLD_LIBRARY_PATH=/Applications/MAMP/Library/lib:${DYLD_LIBRARY_PATH}</p>
<p>The first line tells the console first to look in the MAMP directory for commands. I would prefer to just tell it to look there for php but I don&#8217;t know how.<br />
The second line is taken from &#8220;http://www.karlkatzke.com/symfony-and-mamp-17&#8243;<br />
Hope this helps some mac developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: integrator</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-96693</link>
		<dc:creator>integrator</dc:creator>
		<pubDate>Sat, 28 Jun 2008 21:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-96693</guid>
		<description>I have some troubles with baking in this tutorial (or with cakephp) - I get a fatal error: call to undefined function mysql_connect() in … dbo_mysql.php on line 111.
I am using mamp on leopard, but when baking from the console the mac uses the standard php installed, not the one from MAMP. Somehow I have to change the path to the MAMP php version??</description>
		<content:encoded><![CDATA[<p>I have some troubles with baking in this tutorial (or with cakephp) &#8211; I get a fatal error: call to undefined function mysql_connect() in … dbo_mysql.php on line 111.<br />
I am using mamp on leopard, but when baking from the console the mac uses the standard php installed, not the one from MAMP. Somehow I have to change the path to the MAMP php version??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gokhan</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-11455</link>
		<dc:creator>gokhan</dc:creator>
		<pubDate>Sun, 09 Sep 2007 03:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-11455</guid>
		<description>ok i found it&#039;s just &#039;&#039;</description>
		<content:encoded><![CDATA[<p>ok i found it&#8217;s just &#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gokhan</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-11452</link>
		<dc:creator>gokhan</dc:creator>
		<pubDate>Sun, 09 Sep 2007 03:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-11452</guid>
		<description>@Luke Mackenzie why didn&#039;t you tell that extra parameter in your post :(</description>
		<content:encoded><![CDATA[<p>@Luke Mackenzie why didn&#8217;t you tell that extra parameter in your post :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-5027</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 01 Mar 2007 15:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-5027</guid>
		<description>@Eugene: There is no forum, but you can ask your questions in the CakePHP  google group (http://groups.google.com/group/cake-php) or in the IRC channel #cakephp on freenode.net</description>
		<content:encoded><![CDATA[<p>@Eugene: There is no forum, but you can ask your questions in the CakePHP  google group (<a href="http://groups.google.com/group/cake-php" rel="nofollow">http://groups.google.com/group/cake-php</a>) or in the IRC channel #cakephp on freenode.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-5024</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Thu, 01 Mar 2007 14:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-5024</guid>
		<description>@HTH: Thanks. Cakephp seems to be what I was looking for! Is there a nice forum where I can ask people some questions  about it?</description>
		<content:encoded><![CDATA[<p>@HTH: Thanks. Cakephp seems to be what I was looking for! Is there a nice forum where I can ask people some questions  about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/comment-page-1/#comment-4984</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/13/cook-up-websites-fast-with-cakephp-part-2/#comment-4984</guid>
		<description>@Eugene: Sounds like the MySQL extension is not loaded in the command line version of PHP. Afaik you have to load it in the php.ini used for the cli version of PHP. 

HTH</description>
		<content:encoded><![CDATA[<p>@Eugene: Sounds like the MySQL extension is not loaded in the command line version of PHP. Afaik you have to load it in the php.ini used for the cli version of PHP. </p>
<p>HTH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

