コード例 #1
0
ファイル: SelectExtender.php プロジェクト: nstielau/drops-8
 public function forUpdate($set = TRUE)
 {
     $this->query->forUpdate($set);
     return $this;
 }