×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
1
Language: PHP
Posted by: Dahlan Ibrahim
Added: Aug 2, 2018 1:40 AM
Modified: Aug 2, 2018 1:40 AM
Views: 3294
Tags: codeigniter
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3.  
  4. class CLASSNAME extends MY_Controller
  5. {
  6.         public function __construct($args)
  7.         {
  8.                 // code...
  9.         }
  10. }