Week 4.2 Flashcards

1
Q

What method does PHP5 constructors use?

A

_construct()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does a ORM do?

A

Exists to map between the different data types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly