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