Shopping Cart Deprecated
Hello, I wanted to have explanations about the shopping cart libreia, the documentation in the documentation that is deprecated and therefore is not recommended for use, but why? Also in the most...
View ArticleNeed some idea
Hi All, I want call database like below, right now I manually add. PHP Code: function get_permission_conditions(){ return array( 'dashboard' => array( 'View' => true,...
View Articleion_auth's 1.2mb memory usage
Hello, I'm a happy user of Ben Edmunds ion_auth. I was profiling my app, and ion_auth costs 1.2 mb memory on top of my exisiting app, for each pageload Cant do a better job for the auth part of then...
View ArticleCase Sensitive Filenames - Stop Bad Practice
Please stop requiring the first letter of model, controller and library files to have an uppercase first letter. This has been nothing but annoying for me since the launch of CI3. I see no point in...
View ArticleHelp!! I am new at this.
I have an eCommerce site that I had developed in India. To say the least it has a lot of things I want lacking and to get anything changed cost me more money. As the saying goes if you want it done...
View ArticleFetch and Update Data in same page CodeIgniter
I got stuck in a a problem in which I need to update some info from database in the same page that is shown. On this case I'm fetching some "global settings" from a website in an index page which comes...
View ArticleCI do not have model to model relationships as like Yii. Plz implement if...
CI do not have model to model relationships as like Yii. Plz implement if possible. example u have table_one and want to join table_two using their id Code: $this->db->select('columns');...
View ArticleAdd key to header in all page
Hello I have many controller that i need add key to header when i call other page or controller Example When i redirect to controller/method,i add key to header before redirect Maybe?
View ArticleSession issue
Hello, I'm getting confused with a session issue... I'm using a parent controller (MY_Controller) for all others controllers. Each of them is correctly initiated with parent::__construct() and...
View ArticleHelp with routes
I am trying all possibilities but I am stuck to one controller and one method only. I have 2 controller, Home and Report. Only index on home is working correctly Here is part of my route file PHP Code:...
View ArticleHandle mysql errors using query builder
How do I handle errors when using the query builder?
View Articlesession does not work in mobile application
Hi guys, What could be happening? i can access my site(restrict area protected with sessions) through my computer but i can't access with mobile i'm not know more what to do with this problem plz help...
View Article[Solved] Expire Session Question
When the user first login email or user name correct I set a custom session token I when I set the token I would only like that token to last for 5 min then unset it self How can I make sure that after...
View ArticleMerge .js files to load only "single merged maxi one"
Hi, I don't know if is the right section but here my problem: Currently I have many many .js files loaded at startup (often small ones but is useful mantain them separated for better organization and...
View Article[3.1.6] PHP Warning, File: Common
This error is displayed most of the time when I am using the SoapClient. PHP Warning: require_once(system/core/Exceptions.php): failed to open stream: Too many open files in system/core/Common.php on...
View ArticleCommunity auth problems
Dear all, to obtain NMI certification, we upgraded php from 5.6 to 7.2. With php 5.6, 7.0 all work fine, with that new release we cannot login correctly to our platform. Also, application wrote all...
View ArticleCodeigniter and Ionic framework
Hello! I'm creating an app based on Ionic framework with a PHP Backend. I'm using the Rest Server library for CI. Now, I've a "logic" problem about the login. I've two input, I send a POST request...
View ArticleDo a second library load
PHP Code: $this->load->library('uploadlib',array('dir'=>'uploads/biblioteca/','tipos'=>'pdf|doc|docx|txt')); $livro='livro';$value=$this->upload($livro);if(!$value) return...
View ArticleMake table with two record unique
Hello I have below table In this table we can add sUsername: omid sProductID: 1 ---------------- sUsername: omid sProductID: 2 ---------------- sUsername: omid sProductID: 1 in high record i add two...
View Article