Using PHP to make a MySQL abstraction layer
So you might notice “abstraction layer” in quotes, well, simply put, it’s the big term for using a middle-man with MySQL data. Any form of data for that matter. It just makes your life easier. After using MySQL with PHP the procedural way I decided to try it the PHP object oriented way. So here it goes.
