Example #1
0
 public function tableChoiceAction()
 {
     $m = new PSys_SynRule();
     $tbNames = $m->getDBname();
     $n = new PSys_SynModel();
     $result = $n->GetList($where, $order, $page, $pagesize, "*");
     $this->smarty->assign("cites", $result["allrow"]);
     $this->smarty->assign("tbNames", $tbNames);
     $this->smarty->assign("action", '/syn/tableSyn');
     $this->forward = "tableChoice";
 }