コード例 #1
0
ファイル: dbQuery.php プロジェクト: samsonframework/orm
 /** @deprecated Use QueryInterface implementation */
 public function id($value)
 {
     $this->query->primary($value);
     return $this;
 }