예제 #1
0
파일: main.php 프로젝트: noikiy/my_zephrie
 public function prepareData()
 {
     $run = new model_dw_mymodel();
     return $run->create();
 }
예제 #2
0
 public function run()
 {
     $run = new model_dw_mymodel();
     $data['haha'] = $run->create();
     $this->renderHtml($data);
 }