<?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 nabeel shahzad</title>
	<atom:link href="http://nsslive.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsslive.net</link>
	<description>code &#039;n chicken</description>
	<lastBuildDate>Mon, 23 Nov 2009 15:34:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on ezDB 2.0 by nyë</title>
		<link>http://nsslive.net/ezsql/comment-page-1/#comment-261</link>
		<dc:creator>nyë</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?page_id=140#comment-261</guid>
		<description>Hello,

Are you going to commit it soon? Or maybe you can give me a clue on how to fix it meanwhile...

Many thanks!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Are you going to commit it soon? Or maybe you can give me a clue on how to fix it meanwhile&#8230;</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ezDB 2.0 by Nabeel</title>
		<link>http://nsslive.net/ezsql/comment-page-1/#comment-260</link>
		<dc:creator>Nabeel</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?page_id=140#comment-260</guid>
		<description>Sounds like a bug. I have a few fixes, which I need to commit upto github.</description>
		<content:encoded><![CDATA[<p>Sounds like a bug. I have a few fixes, which I need to commit upto github.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ezDB 2.0 by nyë</title>
		<link>http://nsslive.net/ezsql/comment-page-1/#comment-259</link>
		<dc:creator>nyë</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?page_id=140#comment-259</guid>
		<description>I forgot to say that I use the mysqli class &quot;ezDB_MySQLi.class.php&quot;</description>
		<content:encoded><![CDATA[<p>I forgot to say that I use the mysqli class &#8220;ezDB_MySQLi.class.php&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ezDB 2.0 by nyë</title>
		<link>http://nsslive.net/ezsql/comment-page-1/#comment-258</link>
		<dc:creator>nyë</dc:creator>
		<pubDate>Tue, 17 Nov 2009 12:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?page_id=140#comment-258</guid>
		<description>Hello,

How can I get the last inserted id after doing $res=DB::query(&quot;INSERT...&quot;);

I&#039;ve tried with $id=DB::$insert_id; but a I get an empty value...

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How can I get the last inserted id after doing $res=DB::query(&#8220;INSERT&#8230;&#8221;);</p>
<p>I&#8217;ve tried with $id=DB::$insert_id; but a I get an empty value&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Models &#8211; multiple columns to the same table by dr. Hannibal Lecter</title>
		<link>http://nsslive.net/2009/07/02/cakephp-models-multiple-columns-to-the-same-table/comment-page-1/#comment-137</link>
		<dc:creator>dr. Hannibal Lecter</dc:creator>
		<pubDate>Mon, 06 Jul 2009 05:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?p=200#comment-137</guid>
		<description>Ah yes, you&#039;re right. I&#039;m probably thinking of hasMany.</description>
		<content:encoded><![CDATA[<p>Ah yes, you&#8217;re right. I&#8217;m probably thinking of hasMany.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Models &#8211; multiple columns to the same table by Nabeel</title>
		<link>http://nsslive.net/2009/07/02/cakephp-models-multiple-columns-to-the-same-table/comment-page-1/#comment-136</link>
		<dc:creator>Nabeel</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?p=200#comment-136</guid>
		<description>Nope, because the foreign key on the airports table is airport_id, not ICAO. It&#039;s looking up a different column on the join so you have to specify.</description>
		<content:encoded><![CDATA[<p>Nope, because the foreign key on the airports table is airport_id, not ICAO. It&#8217;s looking up a different column on the join so you have to specify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Models &#8211; multiple columns to the same table by dr. Hannibal Lecter</title>
		<link>http://nsslive.net/2009/07/02/cakephp-models-multiple-columns-to-the-same-table/comment-page-1/#comment-135</link>
		<dc:creator>dr. Hannibal Lecter</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?p=200#comment-135</guid>
		<description>Hm.. isn&#039;t setting the foreignKey property enough?

i.e.

public $belongsTo = array(
       &#039;DepartureAirport&#039; =&gt; array(
           &#039;className&#039; =&gt; &#039;Airport&#039;,
           &#039;foreignKey&#039; =&gt; &#039;Schedule.departure_icao&#039;,
           &#039;fields&#039; =&gt; &#039;&#039;,
           &#039;order&#039; =&gt; &#039;&#039;
       ),</description>
		<content:encoded><![CDATA[<p>Hm.. isn&#8217;t setting the foreignKey property enough?</p>
<p>i.e.</p>
<p>public $belongsTo = array(<br />
       &#8216;DepartureAirport&#8217; =&gt; array(<br />
           &#8216;className&#8217; =&gt; &#8216;Airport&#8217;,<br />
           &#8216;foreignKey&#8217; =&gt; &#8216;Schedule.departure_icao&#8217;,<br />
           &#8216;fields&#8217; =&gt; &#8221;,<br />
           &#8216;order&#8217; =&gt; &#8221;<br />
       ),</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Models &#8211; multiple columns to the same table by CakePHP Models – multiple columns to the same table &#124; nabeel shahzad &#124; CheapAirportParking</title>
		<link>http://nsslive.net/2009/07/02/cakephp-models-multiple-columns-to-the-same-table/comment-page-1/#comment-134</link>
		<dc:creator>CakePHP Models – multiple columns to the same table &#124; nabeel shahzad &#124; CheapAirportParking</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?p=200#comment-134</guid>
		<description>[...] See the original post: CakePHP Models – multiple columns to the same table &#124; nabeel shahzad [...]</description>
		<content:encoded><![CDATA[<p>[...] See the original post: CakePHP Models – multiple columns to the same table | nabeel shahzad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ezDB and PHP 5.3 by Nabeel</title>
		<link>http://nsslive.net/2009/06/30/ezdb-and-php-5-3/comment-page-1/#comment-133</link>
		<dc:creator>Nabeel</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?p=191#comment-133</guid>
		<description>To be honest, I&#039;m not sure, since PDO is kinda an abstraction layer itself.</description>
		<content:encoded><![CDATA[<p>To be honest, I&#8217;m not sure, since PDO is kinda an abstraction layer itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ezDB and PHP 5.3 by Jay</title>
		<link>http://nsslive.net/2009/06/30/ezdb-and-php-5-3/comment-page-1/#comment-132</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 02 Jul 2009 05:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://nsslive.net/?p=191#comment-132</guid>
		<description>The new caching options look fantastic and I&#039;m really excited about the new features in 5.3 that the class will be able to take advantage of.  By the way, are you planning to officially add PDO support to the class?</description>
		<content:encoded><![CDATA[<p>The new caching options look fantastic and I&#8217;m really excited about the new features in 5.3 that the class will be able to take advantage of.  By the way, are you planning to officially add PDO support to the class?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->