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