Esempio n. 1
0
 public function actionDefault()
 {
     $sql = PerfORMController::sqlall();
     $this->template->sql = is_null($sql) ? false : $sql;
 }