Q. What is recommended usage of DB class? (A) Instantiate directly (B) Use static get_connection() (C) Use global variable (D) Use dependency injection ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Use static get_connection() Explanation: Docs recommend using static method.