コード例 #1
0
ファイル: Index.php プロジェクト: vslko/mmvc
 public function do_($R)
 {
     VIEW::template("index");
     VIEW::set("vars", $this->getCollection('Variables')->getAll());
     VIEW::show();
 }