Welcome Guest, Not a member yet? Register   Sign In
how to use order by codeigniter
#5

(06-21-2017, 03:19 AM)InsiteFX Wrote: order_by should be after all where commands and should be the last command before retrieving the query ...

thanks for reply,
i changed my order 
PHP Code:
from;
$this->db->select()->from($this->_table_name)->order_by($this->_order_by)->where($array);

to
$this
->db->select()->from($this->_table_name)->where($array)->order_by($this->_order_by); 
 but no luck
Reply


Messages In This Thread
RE: how to use order by codeigniter - by InsiteFX - 06-21-2017, 03:19 AM
RE: how to use order by codeigniter - by kayinja.denis - 06-21-2017, 04:06 AM
RE: how to use order by codeigniter - by InsiteFX - 06-21-2017, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB