Misbahul D Munir

Results 7 comments of Misbahul D Munir

Also generate `phpunit.xml`, `.travis.yml`, `tests/TestCase.php`, etc.

I am sure. Base on your favorite :D

``` php $query1 = (new \yii\db\Query()) ->select("id, category_id AS type, name") ->from('post'); $query2 = (new \yii\db\Query()) ->select('id, type, name') ->from('user'); (new yii\db\Query()) ->select('*') ->from($query1->union($query2)) ->orderBy('type'); ```

https://github.com/commenthol/astronomia/blob/master/src/elliptic.js#L29

``` php $dataProvider = new ActiveDataProvider([ 'query' => $query, 'pagination' => [ 'pageSizeLimit' => [1], ] ]); ```