<?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 thephpx - codeigniter junky</title>
	<atom:link href="http://www.thephpx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thephpx.com</link>
	<description>codeigniter, jquery, php, mysql</description>
	<lastBuildDate>Tue, 29 Nov 2011 11:18:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Setup xdebug on LAMPP by Oliver</title>
		<link>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/comment-page-1/#comment-337</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 29 Nov 2011 11:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=145#comment-337</guid>
		<description>If you are running lampp on a 64bit Linux, you need the 32bit dependencies for compiling Xdebug for the 32bit lampp. 

In Fedore 16 64bit type to install the needed packages:

sudo yum install glibc-devel.i686 libgcc.i686

Then export the compiler options to your shell, before starting the tutorial:

export CC=&quot;gcc -m32&quot;

export CXX=&quot;g++ -m32&quot;

Then pecl will start the crosscompilation process and you will get a 32bit ELF for lampp that works like charm with lampp</description>
		<content:encoded><![CDATA[<p>If you are running lampp on a 64bit Linux, you need the 32bit dependencies for compiling Xdebug for the 32bit lampp. </p>
<p>In Fedore 16 64bit type to install the needed packages:</p>
<p>sudo yum install glibc-devel.i686 libgcc.i686</p>
<p>Then export the compiler options to your shell, before starting the tutorial:</p>
<p>export CC=&#8221;gcc -m32&#8243;</p>
<p>export CXX=&#8221;g++ -m32&#8243;</p>
<p>Then pecl will start the crosscompilation process and you will get a 32bit ELF for lampp that works like charm with lampp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup xdebug on LAMPP by Mark</title>
		<link>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/comment-page-1/#comment-336</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Nov 2011 11:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=145#comment-336</guid>
		<description>You should also install the 32bit dev dependencies, if you run lampp with a 64bit Linux, in order to compile Xdebug for the 32bit lampp. For Fedora 16 64bit install the packages glibc-devel.i686 and libgcc.i686

Please make sure to export the compile options in advance:

export CC=&quot;gcc -m32&quot;

export CXX=&quot;g++ -m32&quot;</description>
		<content:encoded><![CDATA[<p>You should also install the 32bit dev dependencies, if you run lampp with a 64bit Linux, in order to compile Xdebug for the 32bit lampp. For Fedora 16 64bit install the packages glibc-devel.i686 and libgcc.i686</p>
<p>Please make sure to export the compile options in advance:</p>
<p>export CC=&#8221;gcc -m32&#8243;</p>
<p>export CXX=&#8221;g++ -m32&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup xdebug on LAMPP by Oliver</title>
		<link>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/comment-page-1/#comment-335</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 29 Nov 2011 08:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=145#comment-335</guid>
		<description>Great Post. This was exactly what I was looking for. But Please mention also, that autoconf needs to be installed, in order to execute phpize.</description>
		<content:encoded><![CDATA[<p>Great Post. This was exactly what I was looking for. But Please mention also, that autoconf needs to be installed, in order to execute phpize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Simple HTML DOM Parser, Codeigniter Integration by thephpx</title>
		<link>http://www.thephpx.com/2009/10/25/php-simple-html-dom-parser-codeigniter-integration/comment-page-1/#comment-332</link>
		<dc:creator>thephpx</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=48#comment-332</guid>
		<description>Hi James,

Sorry about the delayed response and tes you are suppose to put the library at the application/libraries/ folder. The given library here was tested on 1.7.3 and was not tested on 2.0.3

So, not away of any issues regarding the latest release :(

thanks,

&lt;strong&gt;faisal ahmed&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Sorry about the delayed response and tes you are suppose to put the library at the application/libraries/ folder. The given library here was tested on 1.7.3 and was not tested on 2.0.3</p>
<p>So, not away of any issues regarding the latest release <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>thanks,</p>
<p><strong>faisal ahmed</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Simple HTML DOM Parser, Codeigniter Integration by jamesv</title>
		<link>http://www.thephpx.com/2009/10/25/php-simple-html-dom-parser-codeigniter-integration/comment-page-1/#comment-331</link>
		<dc:creator>jamesv</dc:creator>
		<pubDate>Mon, 07 Nov 2011 16:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=48#comment-331</guid>
		<description>I&#039;m using CI 2.0.3 and it did not work. I always get &quot;No such file or directory&quot; but when I use simple_html_dom.php  the url I&#039;m trying to get is fetched. BTW where did you put the domparser.php? I put it in system/libraries</description>
		<content:encoded><![CDATA[<p>I&#8217;m using CI 2.0.3 and it did not work. I always get &#8220;No such file or directory&#8221; but when I use simple_html_dom.php  the url I&#8217;m trying to get is fetched. BTW where did you put the domparser.php? I put it in system/libraries</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: input array object validation by bluepicaso</title>
		<link>http://www.thephpx.com/2010/07/26/jquery-input-array-object-validation/comment-page-1/#comment-324</link>
		<dc:creator>bluepicaso</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/2010/07/26/jquery-input-array-object-validation/#comment-324</guid>
		<description>Hey, I have similar form..
I need help them sending via jquery-ajax.

can you help</description>
		<content:encoded><![CDATA[<p>Hey, I have similar form..<br />
I need help them sending via jquery-ajax.</p>
<p>can you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter: Helper &#8211; absolute path helper by mik</title>
		<link>http://www.thephpx.com/2010/05/12/codeigniter-helper-absolute-path-helper/comment-page-1/#comment-321</link>
		<dc:creator>mik</dc:creator>
		<pubDate>Tue, 11 Oct 2011 11:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=53#comment-321</guid>
		<description>Greats,

use base_url() . &#039;images/picture.jpg&#039;</description>
		<content:encoded><![CDATA[<p>Greats,</p>
<p>use base_url() . &#8216;images/picture.jpg&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Simple HTML DOM Parser, Codeigniter Integration by thephpx</title>
		<link>http://www.thephpx.com/2009/10/25/php-simple-html-dom-parser-codeigniter-integration/comment-page-1/#comment-292</link>
		<dc:creator>thephpx</dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=48#comment-292</guid>
		<description>hi shuffledex,

If its version compatibility you looking for, I guess it will still work on the latest one out, but it was originally implemented for codeigniter 2.0 or you can say 2.0.0

thanks,

faisal ahmed</description>
		<content:encoded><![CDATA[<p>hi shuffledex,</p>
<p>If its version compatibility you looking for, I guess it will still work on the latest one out, but it was originally implemented for codeigniter 2.0 or you can say 2.0.0</p>
<p>thanks,</p>
<p>faisal ahmed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Simple HTML DOM Parser, Codeigniter Integration by shuffledex</title>
		<link>http://www.thephpx.com/2009/10/25/php-simple-html-dom-parser-codeigniter-integration/comment-page-1/#comment-291</link>
		<dc:creator>shuffledex</dc:creator>
		<pubDate>Thu, 25 Aug 2011 14:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=48#comment-291</guid>
		<description>codeigniter 2.0.* version?</description>
		<content:encoded><![CDATA[<p>codeigniter 2.0.* version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup xdebug on LAMPP by Kamran</title>
		<link>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/comment-page-1/#comment-290</link>
		<dc:creator>Kamran</dc:creator>
		<pubDate>Wed, 24 Aug 2011 10:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thephpx.com/?p=145#comment-290</guid>
		<description>This was really helpful! helped me setup xdebug in no time.. many thanks! :)</description>
		<content:encoded><![CDATA[<p>This was really helpful! helped me setup xdebug in no time.. many thanks! <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

