↧
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...
View ArticleCodeIgniter _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....
View Article