[eluser]m4rw3r[/eluser]
Ok, I think I found the problem: the dbobj2orm() method converts only DB_result to orm objects.
So to fix that a little update to base_php5.php (or base.php) is required:
Code:
// in base_php5.php
// method dbobj2orm()
//// replace:
// fetch results
foreach($db_obj->result_array() as $row_count => $row)