예제 #1
0
파일: Update.php 프로젝트: harp-orm/harp
 public function __construct(Repo $repo)
 {
     $this->repo = $repo;
     $this->table($repo->getTable());
     parent::__construct($repo->getDbInstance());
 }