Voting

: min(one, nine)?
(Example: nine)

The Note You're Voting On

Val Bancer
4 years ago
If you want the constructor to be invoked before `fetchObject` sets the properties then `PDOStatement::fetch` method with `PDO::FETCH_PROPS_LATE` argument should be used.

<< Back to user notes page

To Top