예제 #1
0
파일: Model.php 프로젝트: jakwuh/phpaku
 public function remove(Connection $connection)
 {
     return $connection->removeModel($this);
 }
예제 #2
0
 public function load(Connection $connection)
 {
     return $connection->selectCollection($this);
 }