コード例 #1
0
ファイル: posts.php プロジェクト: justinnjoh/trackeros
 public function getfile()
 {
     // download a fil
     $u = new Post_Model($this->template, $this->router->query_string);
     $u->get_file();
     $this->template->getfile();
 }