Top "Codeigniter" questions

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

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
Error: You must use the "set" method to update an entry fix?

I am using codeigniter as my PHP framework, and I keep getting this error when I submit my from to …

php codeigniter codeigniter-datamapper
how to count the number of rows returned by query in Codeigniter with Datamapper

I am using the following query in controller of codeigniter. $u -> where('us_email_id', $username); $u -&…

php codeigniter datamapper codeigniter-2 codeigniter-datamapper
How to retrieve cookie value in CodeIgniter?

I can print the session values in codeigniter by print_r($this->session->userdata); How can I print …

php codeigniter cookies setcookie
Send custom data with dropzone.js on each File Upload

I am using dropzone in my Code Igniter Project. With every drag of a file, dropzone creates an ajax request …

javascript php jquery codeigniter dropzone.js
enabling cors in codeigniter ( restserver by @chriskacerguis )

http.get request in agularJs controller works fine when my client app and api are in localhost. when api is …

php angularjs codeigniter codeigniter-restserver
Codeigniter: Best way to structure partial views

How would you structure the below page in Codeigniter? I thought about creating seperate controllers for each section Left nav …

php design-patterns codeigniter
How to route 2 parameters to a controller?

This seems really basic but i can't get the hang of it. I'm trying to send more then one parameter …

codeigniter codeigniter-2 codeigniter-url codeigniter-routing
MongoDB and CodeIgniter

Can anyone assist in pointing me to a tutorial, library, etc. that will allow me to work with MongoDB from …

php codeigniter mongodb mongodb-php
get_instance() in Codeigniter: Why assign it to a variable?

In Codeigniter, get_instance() is a globally available function that returns the Controller super-object which contains all the currently loaded …

php codeigniter singleton reference