|
hace 11 años | |
---|---|---|
.. | ||
lib | hace 11 años | |
tests | hace 11 años | |
.gitignore | hace 11 años | |
.travis.yml | hace 11 años | |
LICENSE | hace 11 años | |
README.md | hace 11 años | |
composer.json | hace 11 años | |
phpunit.xml.dist | hace 11 años |
Collections Abstraction library
AbstractLazyCollection
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'));