Daniel ab1334c0cf the whole shebang | há 10 anos atrás | |
---|---|---|
.. | ||
lib | há 10 anos atrás | |
tests | há 10 anos atrás | |
.gitignore | há 10 anos atrás | |
.travis.yml | há 10 anos atrás | |
README.md | há 10 anos atrás | |
composer.json | há 10 anos atrás | |
phpunit.xml.dist | há 10 anos atrás |
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'));