예제 #1
0
파일: messto.php 프로젝트: nemein/openpsa
 public function __construct()
 {
     parent::__construct();
     $this->location =& $this->uri;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->location =& $this->uri;
     $this->client_id =& $this->api_id;
 }