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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
PDO::FETCH_CLASS: returns a new instance of the requested class, mapping the columns of the result set to named properties in the class. If fetch_style includes PDO::FETCH_CLASSTYPE
PDO::FETCH_OBJ: returns an anonymous object with property names that correspond to the column names returned in your result set
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a plan to support more PDO's fetch methods?
I've seen here that the only supported fetch methods by Phalanger are
PDO_FETCH_ASSOC
,PDO_FETCH_NUM
andPDO_FETCH_BOTH
.PHP Documentation: http://php.net/manual/pt_BR/pdostatement.fetch.php
It would be great to have support to these too:
The text was updated successfully, but these errors were encountered: