예제 #1
0
 function About()
 {
     parent::PSC_Controller();
 }
예제 #2
0
 function Login()
 {
     parent::PSC_Controller();
 }
예제 #3
0
 function Home()
 {
     parent::PSC_Controller();
     $this->load->helper('form');
 }
 function PSC_Admincontroller()
 {
     parent::PSC_Controller();
     $this->load->helper('form');
 }
예제 #5
0
 function Program()
 {
     parent::PSC_Controller();
 }
예제 #6
0
 function Contact()
 {
     parent::PSC_Controller();
 }
예제 #7
0
 function File()
 {
     parent::PSC_Controller();
 }
예제 #8
0
 function Faq()
 {
     parent::PSC_Controller();
 }