Top "Codeigniter" questions

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

Set Session Expiration Time Manually-CodeIgniter

How can I set session expiration time dynamically in codeigniter? For example, if a user logs in and has the …

codeigniter session-timeout
Best method of including views within views in CodeIgniter

I'm starting a large codeigniter project and would like to try to create some reusable 'mini' views for snippets of …

php codeigniter templates
combining mysql AND OR queries in Codeigniter

I want to combine AND OR mysql queries in CI. I have already seen this thread: http://codeigniter.com/forums/…

php mysql codeigniter codeigniter-2
CodeIgniter - best place to declare global variable

I just want to use a $variable at several places: not only views and controllers, but also in the routes.…

php codeigniter global-variables global
explain $CI =& get_instance();

Looking through codeigniter's source code, in its helper functions I keep seeing code $CI =& get_instance(); can anyone please …

php codeigniter
Does CodeIgniter automatically prevent SQL injection?

I just inherited a project because the last developer left. The project is built off of Code Igniter. I've never …

codeigniter sql-injection
How to get current date in codeigniter

How to get current date in codeigniter in YY-mm-dd format. I wants to get current date in YY-mm-dd frmat and …

php javascript codeigniter codeigniter-2
Deleting a File using php/codeigniter

I would like to delete a file that is found in my localhost. localhost/project/folder/file_to_delete I'm …

php codeigniter delete-file unlink
.htaccess issues: No input file specified

Can someone help me with this? I'm feeling like I've been hitting my head against a wall for over 2 hrs …

php apache .htaccess codeigniter
PHP_SELF vs PATH_INFO vs SCRIPT_NAME vs REQUEST_URI

I am building a PHP application in CodeIgniter. CodeIgniter sends all requests to the main controller: index.php. However, I …

http php codeigniter