Hi guys,
I have a collection:
class Keyword extends Collection
{
public function initialize() { $this->setSource('keywords'); }
}
I have two calls in the same function:
Keyword::count($query)
Keyword:find($anotherQuery)
I always get only one correct result, the find call returns an empty array, but when I comment out the first call I receive an array of items, the same problem with two ::find calls, instead of ::count