Beispiel #1
0
 public function max($property = 'id')
 {
     return $this->_getAggregate(__FUNCTION__, MaxSelectExpression::create($property));
 }