Closed ParkFramework closed 8 years ago
Sorry, this feature was deliberately left out, because of the can of worms it opens: do we call the ctor before or after we set the properties, do we even call the ctor at all? Et cetera, et cetera... :)
See also: https://bugs.php.net/search.php?cmd=display&search_for=FETCH_CLASS&x=0&y=0&status=All
Ok.
Anyway, thanks for your suggestion!
I did not find in the documentation option fetch
FETCH_CLASS
LikePDO::FETCH_CLASS
http://php.net/manual/en/pdo.constants.phpYou want to add this option, or we write the implementation in PHP userland? Thank.