예제 #1
0
 public function Incr($key, $incr = 1)
 {
     $this->table->incr($key, self::FIELD, $incr);
 }