Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 3.x Compatability with PHP 7.x
Post: Codeigniter 3.x Compatability with PHP 7.x

Is CI 3.x compatible with PHP 7.x?
3,745 Views
1 Replies
04-29-2016, 11:23 AM
swand
    Thread: jQuery UI Auto Complete Help
Post: RE: jQuery UI Auto Complete Help

CroNiX Wrote: (07-22-2015, 10:47 AM) -- What does your Product_model::get_product() method look like? -- It returns json encoded data.  Code: -- if($count > 0){            foreach ($query->...
6,213 Views
4 Replies
07-22-2015, 10:59 AM
swand
    Thread: jQuery UI Auto Complete Help
Post: jQuery UI Auto Complete Help

Hello Community, A weird code behavior is faced. It might be coding problem. Here is a scenerio. I am trying to implement auto complete feature using jQuery UI and returning proper json encode...
6,213 Views
4 Replies
07-22-2015, 10:06 AM
swand
    Thread: num_rows() function does not work
Post: num_rows() function does not work

Hello Community, Following is a code example. Code: --        $this->db->select('*');        $this->db->distinct();        $query = $this->db->get('products');        /*does not work*...
5,273 Views
2 Replies
07-22-2015, 10:00 AM
swand
    Thread: What happens to $data when it is passed to the view?
Post: RE: What happens to $data when it is passed to the...

Hi, probably you in get_messages(), you are returning object form rather than and array form. Check documentation and look into difference for result() and result_array() http://www.codeigniter...
11,385 Views
8 Replies
04-29-2015, 08:25 AM
swand
    Thread: result() vs. result_array() ?
Post: RE: result() vs. result_array() ?

Well, first and foremost , it's your personal choice if you are building app yourself. Here is a scenario! Let's suppose you are using some API which requires data in array or object? You will ...
46,540 Views
14 Replies
04-14-2015, 01:42 PM
swand

Theme © iAndrew 2016 - Forum software by © MyBB