0
votes
What is the best way to access a database from PHP?
Use an MVC structure and a database abstraction layer. This way you can go to one place to completely rework the internals of a data access class whilst keeping the public interface constant.
…
