HTTPS and Remove index.php on CodeIgniter
I am using codeigniter framework,set .htaccess file to remove index.php and trying to enable HTTPS protocol for the server, and something happened. HTTP: Everything is okay, when I access...
View ArticleHelp with Abstract Classes
I have in controllers folder this controller: class Observations extends MY_Controller { function __construct(){ parent::__construct(); $this->load->model('Observation_model');...
View ArticleCI Redis cache driver
Hi, In CI version 3.x we have Redis support. Official documentation for 'more information' points to https://github.com/phpredis/phpredis But if I user for example: Code:...
View ArticleConnecting two tables
I have two tables like this 1.jobseets 2.jobsheet_tasks the table jobsheets stores some basic information like customer, date & the jobsheet_tasks only stores the tasks related to each job sheet....
View ArticleSending Emails on godday using codeigniter
Hello any one out to help, i am kinda having a lot of problems to sending emails when i upload my application to the godaddy servers
View ArticleShowing Galleries_name
GALLERIES NAME: A PHP Error was encountered Severity: Notice Message: Array to string conversion Filename: views/editgalleries.php Line Number: 46 Backtrace: File: C:\Program Files...
View ArticleError Abstract Classes
Hi. I'm having a problem with abstract classes. At first, I have this controller in my app which class Observations extends MY_Controller { function __construct(){ parent::__construct();...
View ArticleGeneral Question Encrypt
Hello, I am making a 2 level login option with questions for my 2 level if the user enables it. How ever if the user enables it should the answers to the questions set by user be encrypted? And would...
View ArticleCjax 5.9 RC (CodeIgniter Ajax Framework)- Released!
Hello everyone!, I have exciting news, just released 5.9 RC of the Cjax Framework (Library for CI), includes more than 70 demos, examples and documents. 5.8 has been a super stable release, but it...
View Articlebase_url() on error pages not working?
I want to have nice good looking error pages. For this I need to get some CSS and JS files. But for some odd reason using base_url() does not work on the error_pages. I could of course just use...
View ArticleSESSION is destroyed in Internet Explorer after refresh
I am not using Codeigniter's method to store session. I use the following method. $_SESSION['something'] = 'somethign'; When i test this, i feel it is not just working only in Internet Explorer. I...
View ArticleLimited Result using ODBC driver
Hi Masters, Does anyone of you know the reason why I'm only getting 92 rows instead of 19,000+ rows to be fetched from Hana database. Here's my database configuration: $db['hana_db'] = array( 'dsn'...
View ArticleCache js or css files
Hi guys.. I have big problem about caching js or css files. which should i use, using http header or just direct to js or css files. for example, i have controllers to load one or multiple js files and...
View ArticleRedirect not working properly on function
I have a working submit form using ajax and json. How ever my question is how can I use redirect() propely when form success and make sure it redirects to my dashboard. Currently even though form...
View ArticleSeparate DB connection for single model
I need a separate DB connection for single model. At the beggining i thought that it can be solved by loading model via: Code: $this->CI->load->model('some_model','','db_configuration_name');...
View Articlemariadb
Hi, I have a problem, my server use mariadb and i need to know which is dbdriver to mariabd. CI3 support mariadb? Thanks
View ArticleWhy keep getting an undefined property on codeigniter?
Hi, I am trying to load a model in a library. This is how I am loading it, PHP Code: class Init{ private $CI; function __construct() { $this->CI = &get_instance();...
View Articleimage upload error andriod
Hi To all , I am created API for android mobile application For Name And image upload by using Codeignter RESTfull webservers .. without image upload API working . But if i am Selet any image that time...
View Article