Posts Tagged ‘htaccess’

CodeIgniter for beginner: 5 things you should know

It is almost one year I’ve been using CodeIgniter framework for my projects. Personally, I like this PHP framework very much because it is small, easy to setup, no need to use command prompt and etc. Besides, the documentation is great!

CodeIgniter Logo

However, some of my friends keep bugging me with simple questions about the framework, how to do this, how to do that, bla..bla..bla.., which are the answers already written in the documentation.

So, I’m writing this post so that they know what they should.

1. How to setup database connection.

To setup the connection, open the database.php in config folder or you can refer to the documentation for details. If errors happen such as “Cannot connect to the database with the given setting”, this is the file that you need to edit.
Read the rest of this entry »

Joomla! 2.5 Beginner’s Guide pdf free download