|
11 年之前 | |
---|---|---|
.. | ||
lib | 11 年之前 | |
tests | 11 年之前 | |
.gitignore | 11 年之前 | |
.travis.yml | 11 年之前 | |
LICENSE | 11 年之前 | |
README.md | 11 年之前 | |
composer.json | 11 年之前 | |
phpunit.xml.dist | 11 年之前 |
Collections Abstraction library
AbstractLazyCollection
Comparison::IS
, because it's only there for SQL semantics.
These are fixed in the ORM instead.Add Comparison::CONTAINS
to perform partial string matches:
$criteria->andWhere($criteria->expr()->contains('property', 'Foo'));