Top "Codeigniter" questions

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

How to remove "index.php" in codeigniter's path

How do I remove the "index.php" sticking out in every path in codeigniter somewhere in the center? I want …

php mod-rewrite codeigniter url-rewriting
Codeigniter - multiple database connections

I have to retrieve a MySQL database information from master database and then connect to that database, and fetch some …

mysql database codeigniter
Header and footer in CodeIgniter

I really don't enjoy writing in every controller: $this->load->view('templates/header'); $this->load->view(…

php codeigniter
the best way to make codeigniter website multi-language. calling from lang arrays depends on lang session?

I'm researching hours and hours, but I could not find any clear, efficient way to make it :/ I have a …

arrays session codeigniter multilingual
How to get base url in CodeIgniter 2.*

In config.php $config['base_url'] = 'http://localhost/codeigniter/'; In View <link rel="stylesheet" href="<?php base_…

php codeigniter
Codeigniter - no input file specified

I am a beginner in Codeigniter and I saw a CI tutorial and was just trying to do a simple …

codeigniter php
CodeIgniter: "Unable to load the requested class"

On my WAMP box, I did the following: Added a file called /application/libraries/Foo.php Foo.php is a …

php codeigniter autoloader
Pass array to where in Codeigniter Active Record

I have a table in my database with adminId and clientId There might be 20 records with the adminId of the …

php codeigniter activerecord
CodeIgniter: Load controller within controller

I have a home controller with an index action that displays a set of featured products. However, the products are …

php codeigniter
How to select rows where column value IS NOT NULL using CodeIgniter's ActiveRecord?

I'm using CodeIgniter's Active Record class to query the MySQL database. I need to select the rows in a table …

php mysql codeigniter activerecord null