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