Commit Graph

2 Commits

Author SHA1 Message Date
Florian Fackler
a3724aa4d1 Fixed bug which prevented a field query as described in the example:
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +01:00
Qiang Xue
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00