CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.
I am building a website with CodeIgniter, I have various resources that I load with the base_url helper function …
javascript php html css codeigniterI'm very new to CodeIgniter and Active Record in particular, I know how to do this well in normal SQL …
activerecord codeigniterI want to load a controller from a function in another controller because the library I integrated to my project …
php codeigniter hmvcI have never used CodeIgniter before, let alone ANY php framework and I thought I would give it a try. …
php .htaccess codeigniterI want error logging in PHP CodeIgniter. How do I enable error logging? I have some questions: What are all …
php codeigniter logging error-handlingI know that codeIgniter turns off GET parameters by default. But by having everything done in POST, don't you get …
html codeigniter post getPossible Duplicate: Error : get property of non-object I am new to codeigniter model, i try to follow steps in docs …
php codeigniterQuick question. Is there something similar to a phpinfo() - that would display the version for CodeIgniter? Thanks.
php codeigniterI need to loop lot of arrays in different ways and display it in a page. The arrays are generated …
php codeigniter codeigniter-helpersI have created a folder as user in the root directory. My project base path is: /var/www/myproject/ When …
codeigniter