Example #1
0
File: db.php Project: dapepe/tymio
 public function __construct($conn = null)
 {
     parent::__construct($conn);
     $this->conn->trans_count++ || $this->conn->executeQuery('BEGIN');
 }
Example #2
0
 public function __construct(Father $father)
 {
     parent::__construct($father);
     $this->nameOfFather = "Vasya";
 }