Website Security is a very important subject and always needs to be addressed. In this tutorial I am covering some important security tips which mostly software developers cannot follow.
Continue Reading
In this tutorial, I want to demonstrate that how to setup Codeigniter installation which can support multiple websites. This is not the only way to do this, but I works in this way. Codeigniter default folder structure is really geared towards one site domain, and having both the application folder and the system folder visible to the browser is not exactly a secure approach.
Contiune Reading
Codeigniter framework has a built in method named _remap which allows the programmer 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.
Continue Reading