<?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 for Clog</title>
	<atom:link href="http://www.dmertl.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dmertl.com/blog</link>
	<description>Just another coding blog</description>
	<lastBuildDate>Thu, 04 Mar 2010 03:07:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Loading app models inside a plugin controller in CakePHP by Mario</title>
		<link>http://www.dmertl.com/blog/?p=22&#038;cpage=1#comment-879</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=22#comment-879</guid>
		<description>I&#039;m having the oposite problem. 

When I issue loadModel like  $this-&gt;loadModel(&#039;Franchises.Franchise&#039;) Cake creates the model on the fly instead of using the Franchise Model inside the current plugin.

Any advice?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the oposite problem. </p>
<p>When I issue loadModel like  $this-&gt;loadModel(&#8217;Franchises.Franchise&#8217;) Cake creates the model on the fly instead of using the Franchise Model inside the current plugin.</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone SQLite &#8216;no such table&#8217; error by dmertl</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-823</link>
		<dc:creator>dmertl</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-823</guid>
		<description>@abc If you delete the app from the simulator that should remove any databases. Then make sure that your database is bundled with your app and then you&#039;re opening that database without any typos like I did.

You can always run &quot;SELECT name FROM sqlite_master WHERE type = ‘table’&quot; and check if there is anything in your database. If not either your bundled DB is empty, the OS is caching an empty version, or you&#039;re not selecting the right DB name.</description>
		<content:encoded><![CDATA[<p>@abc If you delete the app from the simulator that should remove any databases. Then make sure that your database is bundled with your app and then you&#8217;re opening that database without any typos like I did.</p>
<p>You can always run &#8220;SELECT name FROM sqlite_master WHERE type = ‘table’&#8221; and check if there is anything in your database. If not either your bundled DB is empty, the OS is caching an empty version, or you&#8217;re not selecting the right DB name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone SQLite &#8216;no such table&#8217; error by abc</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-822</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-822</guid>
		<description>same problem,
did all the things,
deleted app from simulator, cleaned all the targets, deleted reference , made newer reference .. then also m facing the same thing,
in this case it got suddenly stopped .
i havent updated DB schema..</description>
		<content:encoded><![CDATA[<p>same problem,<br />
did all the things,<br />
deleted app from simulator, cleaned all the targets, deleted reference , made newer reference .. then also m facing the same thing,<br />
in this case it got suddenly stopped .<br />
i havent updated DB schema..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend to parse raw SMTP email data by roberto</title>
		<link>http://www.dmertl.com/blog/?p=7&#038;cpage=1#comment-786</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Thu, 17 Dec 2009 17:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=7#comment-786</guid>
		<description>Thank you this example was very useful for my project</description>
		<content:encoded><![CDATA[<p>Thank you this example was very useful for my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS Access getting last insert id from @@IDENTITY with triggers by MyMnsatanonia</title>
		<link>http://www.dmertl.com/blog/?p=8&#038;cpage=1#comment-781</link>
		<dc:creator>MyMnsatanonia</dc:creator>
		<pubDate>Sat, 12 Dec 2009 01:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=8#comment-781</guid>
		<description>Wow loved reading this article. I submitted your feed to my reader!!</description>
		<content:encoded><![CDATA[<p>Wow loved reading this article. I submitted your feed to my reader!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend to parse raw SMTP email data by dmertl</title>
		<link>http://www.dmertl.com/blog/?p=7&#038;cpage=1#comment-774</link>
		<dc:creator>dmertl</dc:creator>
		<pubDate>Tue, 01 Dec 2009 01:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=7#comment-774</guid>
		<description>Had a bug in the code sample there, should&#039;ve been $email-&gt;getContent(). And yeah, getContent is part of Zend_Mail_Message. Grabs the content of the message if it&#039;s not multi-part. If you want more info, check out &lt;a href=&quot;http://framework.zend.com/manual/en/zend.mail.read.html#zend.mail.read-message&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/manual/en/zend.mail.read.html#zend.mail.read-message&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Had a bug in the code sample there, should&#8217;ve been $email-&gt;getContent(). And yeah, getContent is part of Zend_Mail_Message. Grabs the content of the message if it&#8217;s not multi-part. If you want more info, check out <a href="http://framework.zend.com/manual/en/zend.mail.read.html#zend.mail.read-message" rel="nofollow">http://framework.zend.com/manual/en/zend.mail.read.html#zend.mail.read-message</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend to parse raw SMTP email data by roberto</title>
		<link>http://www.dmertl.com/blog/?p=7&#038;cpage=1#comment-773</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=7#comment-773</guid>
		<description>hey just wondering where the getContent() method is coming from? is it one you created or part of the Zend framework?</description>
		<content:encoded><![CDATA[<p>hey just wondering where the getContent() method is coming from? is it one you created or part of the Zend framework?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone SQLite &#8216;no such table&#8217; error by Dave</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-772</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-772</guid>
		<description>Never mind...I found the problem..Thanks.</description>
		<content:encoded><![CDATA[<p>Never mind&#8230;I found the problem..Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone SQLite &#8216;no such table&#8217; error by Dave</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-771</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-771</guid>
		<description>I did everything clear, uninstall, reset simulator.. but still getting same error. It creates EMPTY DB before the sqlite3_open() statement..and I am surprised with that. Any Clue..??</description>
		<content:encoded><![CDATA[<p>I did everything clear, uninstall, reset simulator.. but still getting same error. It creates EMPTY DB before the sqlite3_open() statement..and I am surprised with that. Any Clue..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend and Doctrine on Mac OS X Leopard by Matthew Scott</title>
		<link>http://www.dmertl.com/blog/?p=4&#038;cpage=1#comment-757</link>
		<dc:creator>Matthew Scott</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://dmertl.com/blog/?p=4#comment-757</guid>
		<description>Thanks bro, helped me solve an issue that&#039;s been kicking me for awhile.</description>
		<content:encoded><![CDATA[<p>Thanks bro, helped me solve an issue that&#8217;s been kicking me for awhile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
