Hello I'm using phalcon Framework.
I need to make a find, normally I would use distinct, but I not found an option.
My class as below :
class Calls extends \Phalcon\Mvc\Collection {
public $agent;
public $number;
public $date;
public $status;
}
I need to use distinct fields date and number ?