REST is a(n) ...
What tags can always be used to begin a PHP script (Choose 2)?
You are creating an application that repeatedly connects to a database to retrieve order data for invoices. All data comes from the same database. In order to preserve resources, you have to ensure that only one database connection should be used at any time. The code also has to open as few new database connections as possible. Which design pattern should you use for this scenario?
What visibility denies access to properties and methods outside of the class?