<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thephpx - codeigniter junky &#187; mysql</title>
	<atom:link href="http://www.thephpx.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thephpx.com</link>
	<description>codeigniter, jquery, php, mysql</description>
	<lastBuildDate>Mon, 21 Nov 2011 21:17:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setup xdebug on LAMPP</title>
		<link>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/</link>
		<comments>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 00:07:13 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lampp]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=145</guid>
		<description><![CDATA[I am assuming the reader already has LAMPP setup and running on their Linux. First step towards setting up xdebug is to download LAMPP development package add-on from the apache-friends website. After the compressed file is download navigate to the folder where the TAR file is located using linux terminal and the type in - &#8230; <a href="http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I am assuming the reader already has LAMPP setup and running on their Linux. First step towards setting up xdebug is to download LAMPP development package add-on from the apache-friends website. After the compressed file is download navigate to the folder where the TAR file is located using linux terminal and the type in -</p>
<p><strong>export PATH=/opt/lampp/bin:$PATH</strong></p>
<p><strong>sudo tar xvfz xampp-linux-devel-1.7.4.tar.gz -C /opt</strong></p>
<p>The above overwrites the existing LAMPP setup and includes the add-ons. After the files are overwritten, type in the following command.</p>
<p><strong>/opt/lampp/bin/pecl update-channels</strong></p>
<p>The above updates the PECL channels and prepares it for PECL based xdebug installation. After the above line is executed type-in:<strong> </strong></p>
<p><strong><br />
/opt/lampp/bin/pecl install Xdebug<br />
</strong></p>
<p>The above line sets up Xdebug in the existing LAMPP setup and at the 3rd or 4th last line of you will see the location of the xdebug.so files location given, note it down. The location may look something similar to this &#8211; &#8220;<em>/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so</em>&#8221;</p>
<p>Now we have to update the <strong>php.ini</strong> file to include the xdebug settings. You will find the file in &#8220;opt/lampp/etc/&#8221; open it by typing -</p>
<p><strong>sudo gedit opt/lampp/etc/php.ini</strong></p>
<p>Add the following lines at the very end of the file and save it.</p>
<p><strong><br />
zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so<br />
xdebug.profiler_output_dir = &#8220;/tmp/xdebug/&#8221;<br />
xdebug.profiler_enable = On<br />
xdebug.remote_enable=On<br />
xdebug.remote_host=&#8221;localhost&#8221;<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=&#8221;dbgp&#8221;<br />
</strong></p>
<p>After the file is saved restart LAMPP by typing in -</p>
<p><strong>sudo opt/lampp/lampp restart</strong></p>
<p>To verify goto http://localhost/ after the server is restarted and you will see Xdebug table showing the xdebug settings.</p>
<p>let me know if you come across any issues during the setup process.</p>
<blockquote><p>~ thephpx</p></blockquote>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/"></g:plusone></div><div class="shr-publisher-145"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2011%2F02%2F02%2Fsetup-xdebug-on-lampp%2F&amp;title=Setup%20xdebug%20on%20LAMPP" id="wpa2a_2" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2011_2F02_2F02_2Fsetup-xdebug-on-lampp_2F_amp_title=Setup_20xdebug_20on_20LAMPP?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Zen-Environment for WAMP development</title>
		<link>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/</link>
		<comments>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 14:53:10 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[portable-smtp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=12</guid>
		<description><![CDATA[Hello everyone, Every developer has there very own zen settings so do i . Today I am going to writing about the stuffs I use while I am at development. If you have any better alternatives or suggestions to these applications please feel free to come forward My preferred application development platform includes the following &#8230; <a href="http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hello everyone,</p>
<p>Every developer has there very own zen settings so do i <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Today I am going to writing about the stuffs I use while I am at development. If you have any better alternatives or suggestions to these applications please feel free to come forward <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My preferred application development platform includes the following -</p>
<p><strong>Local Work-Station/Laptop:</strong></p>
<ul>
<li><a title="WAMP Server for windows apache mysql php" href="http://www.wampserver.com/en/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wampserver.com/en/?referer=');">WAMP</a> &#8211; Quick fix windows apache mysql and php server setup</li>
<li><a title="Free SMTP Server" href="http://www.softstack.com/freesmtp.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.softstack.com/freesmtp.html?referer=');">Free SMTP</a> &#8211; my very own SMTP server</li>
<li><a title="TortoiseSVN Subversion repository management tool" href="http://www.tortoisesvn.net/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.tortoisesvn.net/?referer=');">TortoiseSVN</a> &#8211; my personal undo</li>
<li><a title="SQLyog MySQL database management tool" href="http://www.webyog.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.webyog.com/?referer=');">SQLyog</a> &#8211; for MySQL database management</li>
<li><a title="Free FTP management tool" href="http://www.filezilla-project.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.filezilla-project.org/?referer=');">FileZilla</a> &#8211; for FTP management</li>
<li><a title="PHP Development tool" href="http://www.eclipse.org/pdt/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.eclipse.org/pdt/?referer=');">EclipsePDT</a> &#8211; My PHP IDE</li>
</ul>
<p><strong>Central Repository Server Applications:</strong></p>
<ul>
<li><a title="WAMP Server for windows apache mysql php" href="http://www.wampserver.com/en/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wampserver.com/en/?referer=');">WAMP</a> &#8211; for basic windows, apache, mysql, php server on central repository</li>
<li><a title="Free SMTP Server" href="http://www.softstack.com/freesmtp.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.softstack.com/freesmtp.html?referer=');">Free SMTP</a> -  for SMTP server on the central repository</li>
<li><a title="SSH and Telnet Server" href="http://www.kpym.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.kpym.com/?referer=');">KpyM Telnet/SSH Server</a> &#8211; for SSH access to my central repository</li>
<li><a title="SVN Server and repository management tool" href="http://www.visualsvn.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.visualsvn.com/?referer=');">VisualSVN</a> &#8211; for SVN repository server management at central repository</li>
</ul>
<p>That is the whole host of applications that are involved in my development process which I find very helpful and agile. I work on two-stage development, my local workstation/laptop and then to my central repository where I host my SVN repositories and also live demos.</p>
<p>The two stage method has so far proven extreamly helpful, specially if you have a VPS account where you are at your will to install applications.</p>
<p>I hope this one helps you setup your zen environment :p.</p>
<p>take care,</p>
<p><em><strong>- thephpx</strong></em></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/"></g:plusone></div><div class="shr-publisher-12"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2009%2F08%2F01%2Fmy-zen-environment-for-wamp-development%2F&amp;title=My%20Zen-Environment%20for%20WAMP%20development" id="wpa2a_4" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2009_2F08_2F01_2Fmy-zen-environment-for-wamp-development_2F_amp_title=My_20Zen-Environment_20for_20WAMP_20development?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

