Archive
Posts Tagged ‘PHP’
CodeIgniter _remap method – Power and Benefits
March 9th, 2009
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
How to remove index.php from Codeigniter URL
March 3rd, 2009
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
[googmonify]5620512288:center:180:150[/googmonify]
[googmonify]5620512288:center:180:150[/googmonify]
Optimize your PHP Code - Tips, Tricks and Techniques
October 24th, 2008
-
[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'] echo 'PLAY', 'WITH', 'PROBLEMS'; // is better than echo 'PLAY' . 'WITH' . 'PROBLEMS'; [/sourcecode]

I am A.N.M. Saiful Islam. Open Source Contributor, Professional Web Application Developer and currently working with Web Alive as a Software Engineer.
Recent Comments
[March 8, 2010]
[March 7, 2010]
[March 7, 2010]
Useful Blogs
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.