properties(); $out['price'] = number_format($out['price'],2); return $out; } public function __construct($id = null) { parent::__construct(); $this ->table('substitution') ->idVar('id_substitution') ->load($id); } }