codeigniter-2
Cannot get DataMapper to work in CodeIgniter
I\'m trying to implement an ORM in a CodeIgniter application, but cannot get it to work. To start I\'m just trying to instantiate a simple test model:[详细]
2023-04-13 04:47 分类:问答Code igniter extensible system?
I am writing a authentication Library for Code Igniter (for practice, so please do not suggest e.g. Tank Auth or DX Auth).[详细]
2023-04-12 20:59 分类:问答More than max_user_connections in CodeIgniter app?
I\'m getting what looks like rather serious database errors in my CodeIgniter application. In the log file it says:[详细]
2023-04-12 16:28 分类:问答Rewrite to case insensitive urls in CodeIgniter site?
I\'m using CodeIgniter for a web application, and now I have an urgent question: I just discovered that urls are case sensitive in Linux based servers, and I have just moved a site from Windows to Lin[详细]
2023-04-12 02:40 分类:问答Counting row totals with Codeigniter Active Record
I\'m storing values (int) for quantities in my database. I need to run a count on the total quantity by adding all the row totals together开发者_JAVA技巧. The problem with $this->db->count_all_results[详细]
2023-04-12 00:29 分类:问答Codeigniter check if values exist with database
I want to compare values with what\'s in the database. This is my database Idxonextwoyoneytwo 151981964364[详细]
2023-04-11 07:20 分类:问答jQuery select(live, change) and .ajax only firing once
I have a page that has 52 drop-down menus with the class of regionalSelect. I have bound the change event to trigger an ajax run to the controller to save to the database and the success callback fun[详细]
2023-04-11 05:45 分类:问答where to add- class="required" (jquery validation) in form_dropdown?
I have a dropdown list which is being populated from database. It is working fine but in the form_dropdown in the view file, I want to add class=\"required\" for validating the dropdown using Jquery.[详细]
2023-04-11 04:59 分类:问答pass values from 2 tables to a view codeigniter
im having function that will display both buy and sell listings. Im trying to display both of these in one page.[详细]
2023-04-10 17:58 分类:问答CodeIgniter routing with app ID's and entry ID's
I\'m new to CodeIgniter and going to开发者_如何转开发 be using it for building a sort of reusable application with multiple instances of an application. For example, each instance of the application w[详细]
2023-04-10 12:24 分类:问答