Daniel ab1334c0cf the whole shebang | пре 10 година | |
---|---|---|
.. | ||
lib | пре 10 година | |
tests | пре 10 година | |
.gitignore | пре 10 година | |
.travis.yml | пре 10 година | |
README.md | пре 10 година | |
composer.json | пре 10 година | |
phpunit.xml.dist | пре 10 година |
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'));