コード例 #1
0
ファイル: attachment_model.php プロジェクト: khanhdnhut/tours
 /**
  * Constructor, expects a Database connection
  * @param Database $db The Database object
  */
 public function __construct(Database $db)
 {
     parent::__construct($db);
 }
コード例 #2
0
ファイル: state-model.php プロジェクト: Valid/voteforbernie
 public function __construct($post)
 {
     parent::__construct($post, self::$customFields);
 }