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