Welcome Guest, Not a member yet? Register   Sign In
CI Forum - get_where function for forum and topics
#2

Not tested but should work.
PHP Code:
$this->db->get_where('forums', array('forum_id' => $topic_forum_id))->order_by('forum_position','ASC')->result_array(); 
Reply


Messages In This Thread
RE: CI Forum - get_where function for forum and topics - by jreklund - 12-28-2017, 02:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB