예제 #1
0
파일: produk.php 프로젝트: hrydi/distro
 function cetak($no)
 {
     parent::logstat();
     $this->view->detail = $this->model->direct_query('select * from detail_trans where no_trans = \'' . $no . '\'')->fetchAll();
     $this->view->nota = $this->model->detailTrans($no);
     $this->view->render('produk/cetak', true);
 }