Is it possible to Sum column from Phalcon\Mvc\Model\Resultset\Simple. For example
$RobotParts = $this->getRelated('RobotsParts', $parameters);
What would be best way to get Sum from $RobotParts?
Is it possible to Sum column from Phalcon\Mvc\Model\Resultset\Simple. For example
$RobotParts = $this->getRelated('RobotsParts', $parameters);
What would be best way to get Sum from $RobotParts?