CodeIgniter and MVC links

Just starting to learn MVC using CodeIgniter and thought I would save links to tutorials, tips and other things that I found useful along my journey.

Here’s a useful tutorial explaining in clear step by step How To Install CodeIgniter on an Ubuntu 12.04 Cloud Server.

How to Install CodeIgniter

My test/training environment is on local with a WAMP set up, and everything explained could still be used.
It covers installation of CodeIgniter (I’d already done that). Configuration of the database config file to be sure the set up connects to your mysql db.
Code snippet to clean up length urls by removing index.php and a bit of htaccess rewrite.

Leave a Reply

Your email address will not be published. Required fields are marked *