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