Exemple #1
0
 public function prepareData()
 {
     $run = new model_dw_mymodel();
     return $run->create();
 }
Exemple #2
0
 public function run()
 {
     $run = new model_dw_mymodel();
     $data['haha'] = $run->create();
     $this->renderHtml($data);
 }