Briefing Zend Knowledge

Which of the following is an example of a database connection that needs to be created once at the b

Which of the following is an example of a database connection that needs to be created once at
the beginning of a script and then used throughout its code?

A.
ActiveRecord

B.
Model-view-controller

C.
Factory pattern

D.
Singleton

Explanation: