Page 91 - Framework Codeigniter 2
P. 91

www.koder.web.id – Kumpulan tutorial komputer

                3.  class Dashboard extends Member_Controller
                4.  {
                5.      function __construct()
                6.      {
                7.          parent::__construct();
                8.      }
                9.
                10.     function index()
                11.     {
                12.         $this->template->display('dashboard');
                13.     }
                14.
                15.
                16. }
































































            86
   86   87   88   89   90   91   92   93   94   95   96