예제 #1
0
파일: page.php 프로젝트: nyan-cat/easyweb
 function __construct($uri, $params, $template, $script, $api)
 {
     parent::__construct($uri);
     $this->params = $params;
     $this->template = $template;
     $this->script = $script;
     $this->api = $api;
 }
예제 #2
0
파일: method.php 프로젝트: nyan-cat/easyweb
 function __construct($uri, $access, $script)
 {
     parent::__construct($uri, $access);
     $this->script = $script;
 }