page
Welcome To Posts For the Month of February
Introduction to Codeigniter remap Function Codeigniter provides a function called _remap which can be used inside controllers. Normally first parameter in the url defines the name of the controller and second parameter defines the function to be called. But if you use the _remap function , it will be called regardless of the value of [...]
Introduction to Cronjobs in Codeigniter Codeigniter runs based on the front controller pattern where all the requests are routed using the index.php file. So if we want to execute any code on codeigniter application, we have to go through this routing procedure. Consider a situation where we want to use a cronjob to execute some [...]
Uploading and Extracting Zip Files with Codeigniter and PHP Ziparchive Codeigniter file upload library can be used in web applications which requires user to upload files to the web server. Codeigniter provides complete list of functionalities regarding file uploading. Sometimes we may need to upload multiple files to the server. So if the application provides [...]

Follow Us On Facebook