Daniel ab1334c0cf the whole shebang | %!s(int64=10) %!d(string=hai) anos | |
---|---|---|
.. | ||
lib | %!s(int64=10) %!d(string=hai) anos | |
tests | %!s(int64=10) %!d(string=hai) anos | |
.gitignore | %!s(int64=10) %!d(string=hai) anos | |
.travis.yml | %!s(int64=10) %!d(string=hai) anos | |
README.md | %!s(int64=10) %!d(string=hai) anos | |
composer.json | %!s(int64=10) %!d(string=hai) anos | |
phpunit.xml.dist | %!s(int64=10) %!d(string=hai) anos |
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'));