addAggregate example


  protected $sqlExpressions = [];

  /** * {@inheritdoc} */
  public function execute() {
    return $this
      ->prepare()
      ->addAggregate()
      ->compile()
      ->compileAggregate()
      ->addGroupBy()
      ->addSort()
      ->addSortAggregate()
      ->finish()
      ->result();
  }

  /** * {@inheritdoc} */
Home | Imprint | This part of the site doesn't use cookies.