Welcome to back to building a MVC PHP framework from start to finish. This isthe first part of our framework database access layer DataMapper class where we are implementing the classes and inetrface which makes up and ORM or an Object Relational Mapper within our framework. First we are starting off with building the database access layer data mapper which is a simple wrapper class which encapsulate PHP data object methods.
By implementing some design patterns. We will learn about various PHP design patterns and web architect and applying version controlling as we go along
FOLLOW
Twitter - https://twitter.com/CodingWorkshop
GitHub - https://github.com/TheCodingWorkshop
Facebook - https://www.facebook.com/riccodingworkshop
Code
https://github.com/TheCodingWorkshop/MagmaCore