Top "Codeigniter" questions

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.

how to get the base url in javascript

I am building a website with CodeIgniter, I have various resources that I load with the base_url helper function …

javascript php html css codeigniter
CodeIgniter Active Record - Get number of returned rows

I'm very new to CodeIgniter and Active Record in particular, I know how to do this well in normal SQL …

activerecord codeigniter
How to load a controller from another controller in codeigniter?

I want to load a controller from a function in another controller because the library I integrated to my project …

php codeigniter hmvc
CodeIgniter htaccess and URL rewrite issues

I have never used CodeIgniter before, let alone ANY php framework and I thought I would give it a try. …

php .htaccess codeigniter
How to do error logging in CodeIgniter (PHP)

I want error logging in PHP CodeIgniter. How do I enable error logging? I have some questions: What are all …

php codeigniter logging error-handling
GET parameters in the URL with CodeIgniter

I know that codeIgniter turns off GET parameters by default. But by having everything done in POST, don't you get …

html codeigniter post get
codeigniter model error: Undefined property

Possible Duplicate: Error : get property of non-object I am new to codeigniter model, i try to follow steps in docs …

php codeigniter
Which version of CodeIgniter am I currently using?

Quick question. Is there something similar to a phpinfo() - that would display the version for CodeIgniter? Thanks.

php codeigniter
CodeIgniter: Create new helper?

I need to loop lot of arrays in different ways and display it in a page. The arrays are generated …

php codeigniter codeigniter-helpers
How do I get the project basepath in CodeIgniter

I have created a folder as user in the root directory. My project base path is: /var/www/myproject/ When …

codeigniter