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