Ejemplo n.º 1
0
 public function findAllDynamic($fieldName, $value)
 {
     $results = parent::findAll($fieldName, $value);
     return $this->convertResults($results);
 }