0
Q
ZF
A
답변
0
이 시도 :
$select = $this->_db->select()
->from('table1',array('col1','col2'…..))
->joinInner('table2','table1.id=table2.some_id',array('col1','col3'…))
->where('where condition here')
->order('column name ASC/DESC');