Guest User

Untitled

a guest
Mar 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. lorenzo [9:27 PM]
  2. I sued decorator for a bunch of stuff, but where it is more obvious is in the result set
  3. the statement object is a decorator for pdo statement
  4. the code that casts the results to the right type (int, dates…) is a decorator of the statement
  5. the code that converts the rows to entities is a decorator of the statement…
  6. formatResults is a decorator of the result set
Add Comment
Please, Sign In to add comment