Example #1
0
 function __construct($id = NULL)
 {
     parent::__construct($id);
 }
Example #2
0
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
 }
Example #4
0
 function __construct($id = 1)
 {
     parent::__construct($id);
 }