コード例 #1
0
ファイル: Query.php プロジェクト: exonintrendo/Primer
 public static function update($attributes)
 {
     return Query::newInstance(Query::$UPDATE)->attributes($attributes);
 }