Home »
MCQs »
FuelPHP MCQs
Which of the following DB class methods creates and returns the new Database_Connection instance?
38. Which of the following DB class methods creates and returns the new Database_Connection instance?
- Instance
- Query
- Select
- Create
Answer: A) Instance
Explanation:
The instance DB class method creates and returns the new Database_Connection instance.