[3.1.2] update_batch not work
Code: $dataTotal = array( array( 'id' => 1, 'name' => 'house', 'description' => 'this house' ), array( 'id' => 2, 'name' => 'car',...
View ArticleLoading a controller through an automatic condition
Hello everyone, I have this problem, I have the same app that is being used by different entities, but I need to load different methods based on the user. So, let's take this as an example: User A is...
View ArticleCodeigniter: Load Library in a Core Class
Hey everbody! I want to extend the /system/core/Log.php library with a couple of functions. One function should send a mail in case of an error via the custom function sendMail() which is part of the...
View ArticleA Smiley Image Not Named Correct
Hello, I have downloaded the smileys but one of them is not named correct http://www.codeigniter.com/user_guide/he...s-tutorial rasberry it should be spelt raspberry Thanks
View ArticlePlanned server downtime Nov 5th, 2016
Our forum and website (codeigniter.com) will be offline from 18:00-24:00 PST Saturday Nov 5th (02:00-08:00 UTC Sunday Nov 6th). BCIT's data centre, where we are hosted, will be shutdown during this...
View ArticleActivate Account - Status Not Change
Hai, i'm try to create login and register user activate their account via email. Link is sended to user email, and confirm is successfull, but the 'status' on database is not change. Can someone help...
View ArticleManaging Static Content with CodeIgniter
As part of my application, I have a couple of static, marketing-related pages that promote the app and present a lot of text content. I need a simple solution to manage and update the content of these...
View ArticleDeleting selected records
I've decided to convert an app that I coded procedurally to CI. I'm learning a lot but still have many gaps in my knowledge of CI (and php for that matter). In this case I'd like to delete all records...
View ArticleBuilt in public assets mangment & URLs
I would like to have built in directory structure for publicly exposed assets like CSS/JS/Images/Fonts etc and key press URL function or variable to link these directories since it's very headache at...
View ArticleLooking for CI devs for data dashboard project
Hi - We have a CI 3 project that is a dynamic data dashboard with search engine and API support. We need help implementing some new features which will also be published as open source. If you are...
View ArticleUsing redis to store sessions
Hi Using php7 FPM, CodeIgniter 3.1.2, Redis 3.0.3. After struggling for few hours finding the best setup for using Redis as store engine for sessions I find myself even more confused. I have tried the...
View ArticleStyling the Unit Test Template
Hi all, I have set up the Unit Tests library and I would like to make changes to the template so that all the test names and result as "one per line" Eg: Test 1 Passed TPS Report...
View Article[Solved] Setting url in a .js file
I have set my url in a js file Code: assets assets > jquery > common.js And I have a controller called Filemanager.php Code: application application > controllers > Filemanager.php When I...
View Articlehow to create image manipulation text watermark with bold text
how to create image manipulation text water with bold text and wordwrap for example title: learn codeigniter 3 A. guilde codeigniter B. learn codeigniter 3 plz, show me,
View ArticleCI Session database driver error
Hi, Recently I'm getting this error INFO - 2016-10-24 05:17:02 --> Database Driver Class Initialized Severity: Error --> Class CI_Session_database_driver contains 1 abstract method and must...
View Articleto use datatables with my code
Hi all, i want to implement datatables with my code but when m trying to use datatables but its not working can you please help me with this. my code is given below: These both codes are in view. i...
View ArticleExtending cache library
Hi, trying to extend some methods of the Cache library, creating a MY_Cache.php in the application library folder. But his file seems to be ignored. any idea. The deal is for example to alert admin if...
View Articlewrite
Hi, I have a problem with a simple code and I've searched for a solution all day long without any answer: Code: public function ExportCSV() { $this->load->dbutil();...
View ArticleHelp understanding codeigniter MVC
I am trying to build my first codeigniter app, but not understanding how things should link up. I read the documentation and it is not clear. Here is what I want to do. I have a form in my view that...
View Article