Pagination Help
Hi All, I'm running into an issue with Pagination. Not used CI in years so a little rusty. The issue is when I click on a page it does not load the data for that page and keeps it as the first record...
View ArticleCI 3.1.1 Session not kept
HI I had updated to CI 3.1.1 and i had a problem with session not being kept from 2 urls. If i rollback to codeigniter 3.1.0 works ok. is there any info on session for the upgrade? PHP Code: class...
View ArticleSearching with serialized id's
When the user types in the search PHP it should find the questions that have category id of 1 I store my category id in a column in question called "tags" it's serialized of couse because the user may...
View ArticleCalling index() on form validation failure
Hello, I'm doing something like this in my controller: PHP Code: if ($this->form_validation->run() == FALSE) { $this->index(); } else {...
View ArticleUpload Class - Some EPS files fail to upload
Version: CI 3.1.0 Uploading EPS files via form, however, in some instances we receive the following error Quote:Error: The filetype you are attempting to upload is not allowed. All EPS file mime-types...
View ArticleNeed help with Hotelbed API
Dear All, Currently, I am working with hotelbed API but i have no experian with that API before. I need help to guide me step by step on how to develop with Hotelbed API. reference:...
View ArticleInserting data in a column with condition
When on of the admin clicks an approve button its supposed to add the user_id of the person approving to a field in approval table This is the button <?php echo...
View Articlehow to dynamically update data
hi all, I wanted to get dynamically data from the database when i am making a new invoiceif customer exists, then when i type the first few words, I wanted the names in the drop down listif the name...
View Articleauto_loading model and library problem
Reference from Github: https://github.com/bcit-ci/CodeIgniter/i...-255716662 I have changed the line in autoload.php file. I am trying to call the this model in my controller. This is not working....
View ArticleMemcached Sessions
So I just upgraded our existing sites to Codeigniter 3 and for the most part I have not had any issues with it. However, we have a very AJAX heavy application on our intranet that has taken a huge...
View Article[Feature] Database table size estimation
When paginating an API for example, it is often crucial to know how many pages you have (or how many rows you have) so you will show the correct amount of pages, show infinite scrolling when needed,...
View ArticleBlurry Logo
This issue relates to size and CSS, I am using Twitter Bootstrap for my front-end. I've uploaded a logo (709x134) and this is what's in my style.css file: Code: .navbar-brand { float: left;...
View ArticleEncrypt important data
Hello, all good guys? Guys, I'm developing a CMS and would like opnion of you, what is the best and safest method to encrypt important data such as passwords and other personal informations? I'm using...
View Article[split] URI routing in 3.1.1
I found two bugs in URI Routing in version 3.1.1, in version 3.1.0 was no such! First. If named function same name controller. Example: class Bug extends CI_Controller { function bug() {...
View ArticleCommunity Auth Login Problems
Im currently running into some problems setting Community Auth up in CodeIgniter i have managed to set it up and cant seem to understand what is causing the problem of me not being able to be logged in...
View Article[split] Session bug in 3.1.1
Session bug in 3.1.1 My login system stopped work... I replace system/libraries/Session from 3.1.0 and worked again using database driver
View ArticleCustom routes not working
I'm trying to build a custom route. I'd like to map /account-overview to the AccountOverview class method processRequest() so I entered this as my /application/config/routes.php:...
View ArticleSession Issue On Subdomain
Hi , I'm facing session problem on subdomain. During login i have stored session data in variable. If i am printing session in this login controller then it is displaying session variables properly. If...
View Article[split] session upoload progress (CodeIgniter 3.1.1 Released)
Great .. And We wish to support "session.upload_progress" in the next update. http://php.net/manual/en/session.upload-progress.php Thanks
View ArticleLINGUO: CodeIgniter Language Frontend Editor
Hi everyone, Just wanna show you a small library that I've developed for CodeIgniter. It generates a small UI to create/edit/update/delete language files and allows to clone/sync language files and...
View Article