Welcome Guest, Not a member yet? Register   Sign In
modules in CI?
#8

[eluser]wiredesignz[/eluser]
Good choice. Don't forget to initialize your controllers
Code:
<?php

class Sample extends Controller {

  function Sample()
  {
    parent::Controller();   //iniiialize the controller.
  }

  function index()
  {
    $this->load->view('sample_view');
  }


}


Messages In This Thread
modules in CI? - by El Forum - 06-09-2008, 07:48 PM
modules in CI? - by El Forum - 06-09-2008, 10:57 PM
modules in CI? - by El Forum - 06-09-2008, 11:53 PM
modules in CI? - by El Forum - 06-10-2008, 12:42 AM
modules in CI? - by El Forum - 06-10-2008, 01:28 AM
modules in CI? - by El Forum - 06-10-2008, 01:33 AM
modules in CI? - by El Forum - 06-10-2008, 01:54 AM
modules in CI? - by El Forum - 06-10-2008, 02:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB