Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns)
Greetings folks. Tonight I’m studying on how to create a PHP Object-Oriented MySQL database connection class. This will be reusable and able to be implemented in any database driven web application built with PHP & MySQL. It uses the ActiveRecord and Singleton design patterns. I’m currently following this YouTube tutorial: Using OOP PHP to select, […]

