Created
November 26, 2015 05:03
-
-
Save pzzrudlf/db62e0086ea999af2548 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $dataProvider = new ActiveDataProvider([ | |
| 'query' => $query, | |
| 'pagination'=>[ | |
| 'pageSize'=>10, | |
| ] | |
| ]) | |
| $query -> andWhere('url is not null'); | |
| $query -> andWhere(['parent_id'=>123]); | |
| $this->load($params); | |
| $this->validate(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment