Top "Codeigniter" questions

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

Codeigniter: Passing data from controller to view

I want to pass $data from the controller named poll to the results_view however I am getting an undefined …

php codeigniter view controller
Codeigniter displays a blank page instead of error messages

I'm using Codeigniter, and instead of error messages I'm just getting a blank page. Is there any way to show …

php codeigniter
CodeIgniter - Correct way to link to another page in a view

I was wondering if someone could tell me the correct way to link to another page from within a view. …

php codeigniter anchor
How should I choose an authentication library for CodeIgniter?

I see there are a few. Which ones are maintained and easy to use? What are their pros and cons?

php codeigniter authentication
Getting data posted in between two dates

How can I retrieve data from the database by querying records between two dates using CodeIgniter's activerecord?

php sql codeigniter activerecord
CodeIgniter: How To Do a Select (Distinct Fieldname) MySQL Query

I'm trying to retrieve a count of all unique values in a field. Example SQL: SELECT count(distinct accessid) FROM (`…

php mysql codeigniter distinct
How to call codeigniter controller function from view

How to call codeigniter controller function from view? When i call the function in a controller, get a 404 page.

php codeigniter
CodeIgniter 404 Page Not Found, but why?

I am using CodeIgniter for two applications (a public and an admin app). The important elements of the document structure …

php codeigniter routes http-status-code-404
How to pass a parameter like title, summary and image in a Facebook sharer URL

Question: I need to pass my content like title, summary and image in a Facebook sharer URL like this: <…

php html facebook codeigniter facebook-sharer
Where do I put image files, css, js, etc. in Codeigniter?

Where is it acceptable to put css folders and image file folders? I was thinking inside the view folder? However …

codeigniter web-applications frameworks codeigniter-2