Example #1
0
 public static function update($attributes)
 {
     return Query::newInstance(Query::$UPDATE)->attributes($attributes);
 }