示例#1
0
文件: Index.php 项目: vslko/mmvc
 public function do_($R)
 {
     VIEW::template("index");
     VIEW::set("vars", $this->getCollection('Variables')->getAll());
     VIEW::show();
 }