예제 #1
0
파일: Index.php 프로젝트: vslko/mmvc
 public function do_($R)
 {
     VIEW::template("index");
     VIEW::set("vars", $this->getCollection('Variables')->getAll());
     VIEW::show();
 }