Where condition when using constants and Limits when using offset

Issue #16 resolved
Former user created an issue

Hi Vivek..

I found an Issue when using where query with colum name containing constant. ex: $this->db->where(array(TABLE_USER.'.id'=>20));

When using limits with offset it throws an error the limit query with offset is wrong.

I did some adjustments in your code .. it works now.

Comments (1)

  1. Log in to comment