I am trying to turn an query result into classes.
$result->setFetchMode(PDO::FETCH_CLASS, \'myclass\', array());
This works quite well howev
I think wich the best answer is here.
How to use PDO::FETCH_CLASS with abstract class?