Building a Data Access layer using PDO
Feb 10th, 2008 | By admin | Category: Featured, PHPEvery time you start building a complete website with some modules and functionalities, you start thinking about the “structure” of your system or in other word, the framework you use through the system. For a PHP website, MVC is the most widely use framework or programming model where M is the Model which [...]