[TYPO3-mvc] $query->notEmpty($propertyName)

Felix Oertel mehl at foertel.com
Thu Jul 8 23:19:27 CEST 2010


Am 08.07.10 22:49, schrieb Franz Koch:
> $query->matching(
> $query->logicalAnd(
> $query->logicalNot( $query->equals('stringProperty','foobar') ),
> $query->notEmpty('stringProperty')

what about

$query->logicalNot($query->isEmpty())

$query->isEmpty() will be implemented anyway ... and besides that there 
are no negotiated constraints for now ...

regards, foertel



More information about the TYPO3-project-typo3v4mvc mailing list