Archive
CodeIgniter _remap method – Power and Benefits
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.
Now think about the following factors:
- You want
How to enable rewrite module in XAMPP, WAMP and Apache
If you are using XAMPP or WAMP as your web server, you may face a common problem that is the rewrite module (mod_rewrite) does not work properly. It is because the rewrite module is not enabled by default in Apache’s configuration settings. But you can enable it manually by doing few simple steps:
How to remove index.php from Codeigniter URL
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:
Optimize your PHP Code – Tips, Tricks and Techniques
-
[googmonify]2908853635:center:468:60[/googmonify]
- If a method can be static, declare it static. Speed improvement is by a factor of 4
- echo is better than print
[sourcecode language='php']
echo( ‘CHECKMATE: PLAY with PROBLEMS’ );
// is better than
print( ‘CHECKMATE: PLAY with PROBLEMS’ );
[/sourcecode] - Use echo’s multiple parameters instead of string concatenation
[sourcecode language='php']

I am A.N.M. Saiful Islam. Open Source Contributor, Professional Web Application Developer and currently working with SYSBD Limited as Project Manager
Recent Comments
[August 6, 2011]
[August 5, 2011]
[August 5, 2011]
Useful Blogs
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.