You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
this is not a bug, but maybe feature request. It would be cool, if I would able to decide, which fetching mode will be used in results. I would like to get result as instances of object:
foreach ($db->application()->fethmode(PDO::FETCH_CLASS, 'MyApplicationClass') as$application) {
// get all applications as instances of class: "MyApplicationClass"echo"$application->title\n"; // print application title
}
The text was updated successfully, but these errors were encountered:
Hi,
this is not a bug, but maybe feature request. It would be cool, if I would able to decide, which fetching mode will be used in results. I would like to get result as instances of object:
The text was updated successfully, but these errors were encountered: