示例#1
0
文件: Insert.php 项目: harp-orm/harp
 public function __construct(Repo $repo)
 {
     $this->repo = $repo;
     $this->into($repo->getTable());
     parent::__construct($repo->getDbInstance());
 }