How to add multiple conditions in leftjoin in Phalcon\Mvc\Model\Query\Builder .... for example if i want to add an extra condition in the below code like Robots.name="name"....How can i do this?
$builder->leftJoin('Robots', 'r.id = RobotsParts.robots_id', 'r');