CodeIgniter 2.x is an old and no longer supported version of the popular PHP framework.
I have got this controller: class Start extends CI_Controller{ var $base; var $css; function Start() { parent::Controller(); //error here. $…
php codeigniter-2I am using CodeIgniter 3 as a web platform and trying to import semantic-UI CSS into my page. I'm doing so …
php codeigniter codeigniter-2 codeigniter-3I am a newbie in codeigniter. I am using an an login form to login as an admin. When the …
session-variables codeigniter-2Fatal error: Call to undefined function validation_errors() using codeIgniter here's my comments.php view <?php echo validation_errors(); ?&…
php codeigniter codeigniter-2How can I get values between two dates in Codeigniter query function? Here is my model and sample code. function …
mysql codeigniter codeigniter-2 codeigniter-datamapperIn my codeigniter project I am trying to use Instagram API for log in. This is the library which I …
php login codeigniter-2 instagram-apiI want to post csv file on my controller using API.I'm using Codeigniter REST Library by phil sturgeon. How …
api codeigniter rest codeigniter-2I am using the following codes to redirect my user to previous page after a particular task is done. if (…
codeigniter codeigniter-2My directory structure is /var/www/CI/ with all the folders viz., application, system under the folder CI. Have created …
.htaccess codeigniter codeigniter-2I'd like to use form validation to require a password that has BOTH alpha and numeric characters. Here's what I've …
validation codeigniter passwords codeigniter-2