This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-11-21 09:01:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3,823
Commits
10
Branches
79
Tags
ac2434a00453732f833712cf9bea9dd900a27e88
Commit Graph
1 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