Top "Codeigniter-3" questions

For questions specific to the 3rd release of CodeIgniter, which is an Application Development Framework (a toolkit) designed for people who build websites using PHP.

Codeigniter - get all users session data

I need to get all sessions data and take some actions upon them, is there any possible way to get …

php session codeigniter-3 session-variables
Value IS NOT NULL in codeigniter

I am trying to create the following statement: select * from donors where field is NOT NULL; With codeigniter, my code …

mysql codeigniter-3
CodeIgniter Error: variable references

I've deployed my source code in XAMPP. I'm getting following errors. Notice: Only variable references should be returned by reference …

php codeigniter codeigniter-3
Codeigniter Transactions

I'm using Codeigniter transactions $this->db->trans_start(); $this->db->query('AN SQL QUERY...'); $this-&…

php mysql codeigniter transactions codeigniter-3
How I can set a session in codeigniter 3 database?

I'm using the new version(3.0.0). of CodeIgniter and I have a new problem, my sessions doesn't work. I mean, the …

php mysql codeigniter session codeigniter-3
Remove index.php from url in CodeIgniter 3

I am doing a project in CodeIgniter 3. I need to remove index.php from url. For that help me to …

php .htaccess codeigniter codeigniter-3
Codeigniter 3.x Authentication Library?

With the new Codeigniter 3.0 version what authentication libraries do you use? Flexi auth was very good and robust with great …

codeigniter authentication codeigniter-3
Why call session not working? (codeigniter 3)

my config is like this : $config['sess_driver'] = 'database'; // select database driver $config['sess_save_path'] = 'ci_sessions'; // name of …

php mysql codeigniter session codeigniter-3
Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP;

Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; …

php codeigniter codeigniter-2 codeigniter-3
codeigniter 3.0 custom 404 not found error page

My problem is about custom error pages after upgrading to Codeigniter 3.0. I used to have a Errors controller which handled 404 …

php codeigniter codeigniter-3