jtkendall on 01/10/09
Last Edited at 01/10/09 05:45pm
<? $sql = array ( array('where', 'table.id', 1), array('join', 'second_table', 'second_table.id=table.id'), ); $read = $this->crud_model->read('table', $sql); ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.