Daniel ab1334c0cf the whole shebang | il y a 10 ans | |
---|---|---|
.. | ||
lib | il y a 10 ans | |
tests | il y a 10 ans | |
.gitignore | il y a 10 ans | |
.travis.yml | il y a 10 ans | |
README.md | il y a 10 ans | |
composer.json | il y a 10 ans | |
phpunit.xml.dist | il y a 10 ans |
Collections Abstraction library
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'));