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