Hi Ries.
ries van Twisk wrote:
> What about,
>
> $query->_and($query->equals('name', $var)->equals('tag', $var2));
I had thought about that, but usually (in the PHP world), the leading
underscore denotes protected/private methods. So it might be misleading
to some...
Regards,
Karsten