//
archives

codeigniter

This tag is associated with 2 posts

Useful Codeigniter Tutorials and Resources – Part I

CodeIgniter is a powerful framework that lets you create web apps very simply and elegantly. It’s an open source PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. Cool, that sounds great, so how do you get started using it? Well, this … Continue reading

Removing 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://domain.com/about To do this just follows the following steps: Open config.php from system/application/config directory and replace $config[‘index_page’] = “index.php” by … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 94 other subscribers