예제 #1
0
파일: forum.php 프로젝트: ui-gus/gus
 function Forum()
 {
     parent::COntroller();
     $this->load->helper('url');
     $this->load->helper('form');
 }