예제 #1
0
 /**
  * Add where greater than criteria.
  *
  * @param string $value
  * @return QueryProxy this instance
  */
 public function gt($value)
 {
     $this->queryChanged = true;
     return parent::gt($value);
 }