<?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>CHECKMATE &#187; PHP</title>
	<atom:link href="http://www.anmsaiful.net/blog/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anmsaiful.net/blog</link>
	<description>PLAY with PROBLEMS</description>
	<lastBuildDate>Fri, 24 Apr 2009 10:59:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ANM_CI – CodeIgniter Integration Library</title>
		<link>http://www.anmsaiful.net/blog/php/anm_ci.html</link>
		<comments>http://www.anmsaiful.net/blog/php/anm_ci.html#comments</comments>
		<pubDate>Sat, 28 Mar 2009 04:33:23 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[ANM_Class]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ANM]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=223</guid>
		<description><![CDATA[
Table of Contents
Getting Started

Introduction
Download
Installation
How to Use?
Change Log
License
Credit

References

Property Reference

ci

Method Reference

remap
redirect


        [ Back to top ]

        



Introduction
ANM_CI is a PHP class which is developed to use as a CodeIgniter&#8217;s user library. This library integrates CodeIgniter with ANM technology which is able to achieve [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/anm_ci.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter _remap method – Power and Benefits</title>
		<link>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html</link>
		<comments>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:26:56 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[benefit]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[remap]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=187</guid>
		<description><![CDATA[
If you are using Codeigniter (CI) then you will happy to know that, CI has a built in method named _remap which allows you to overwrite the behavior of calling your controller methods over URI. Usually the second segment of the URI determines which function in the controller gets called.

      [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to remove index.php from Codeigniter URL</title>
		<link>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html</link>
		<comments>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:51:03 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[remove index.php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=150</guid>
		<description><![CDATA[
If you are using Codeigniter you are noticed that by default index.php will be included with your URL.
But you can easily remove index.php from your CodeIgniter’s URL so that your URL should be like:http://anmsaiful.net/blog/contact





To do this just follows the following steps:

Open config.php from system/application/config directory and replace$config['index_page'] = &#8220;index.php&#8221; by $config['index_page'] = &#8220;&#8221;
Create a &#8220;.htaccess&#8221; [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Optimize your PHP Code &#8211; Tips, Tricks and Techniques</title>
		<link>http://www.anmsaiful.net/blog/php/optimize-php-code.html</link>
		<comments>http://www.anmsaiful.net/blog/php/optimize-php-code.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 04:07:45 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[efficient]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=18</guid>
		<description><![CDATA[

		
If a method can be static, declare it static. Speed improvement is by a factor of 4 
echo is better than print 

		echo( 'CHECKMATE: PLAY with PROBLEMS' );
		// is better than
		print( 'CHECKMATE: PLAY with PROBLEMS' );
		

Use echo&#8217;s multiple parameters instead of string concatenation 

		echo 'PLAY', 'WITH', 'PROBLEMS';
		// is better than
		echo 'PLAY' . 'WITH' . 'PROBLEMS';
		

Surrounding [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/optimize-php-code.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
