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.
Factory pattern

C.
Singleton

D.
Model-view-controller

Explanation: