Week 4.2 Flashcards
1
Q
What method does PHP5 constructors use?
A
_construct()
2
Q
What does the PHP5 method _destruct() do?
A
Any code placed in here will be executed when the object handle goes out of scope.
3
Q
What does a ORM do?
A
Exists to map between the different data types.