Category: CodeIgniter

CRUD CodeIgniter / ActiveRecord

CodeIgniter uses a modified version of the Active Record Database Pattern. This pattern allows information to be retrieved, inserted, and updated in your database with minimal scripting. In some cases only one or two...

Useful Developper Extensions for Codeigniter

A- Remove index.php from subfolders After loading library in construct home controller : $this->load->helper(‘url’); I noticed that redirection shows index.php in subfolder URLs although the .htaccess rewriting that seems to works for root level...