Example #1
0
 public function __construct($id = null)
 {
     parent::__construct($id);
     if ($this->id() > 0) {
         $this->load();
     }
 }
Example #2
0
 public function __construct($id = null)
 {
     parent::__construct($id);
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
 }