sleepingpeace Posted April 17, 2011 Share Posted April 17, 2011 Good day folks, My class created a DAL with what the instructor gave us but I feel it to be a bit limited. Is there any other ones around that someone can recommend? It has to be able to cover all possible SELECT, INSERT, UPDATE, DELETE variations including adding a WHERE clause such as WHERE 'X' = 'X' AND 1 = 1. The one I have allows only for WHERE 'X' = 'X', and I can't add the AND to it, which limits everything I need to do. Thanks Link to comment https://forums.phpfreaks.com/topic/233987-mysql-dal/ Share on other sites More sharing options...
fenway Posted April 19, 2011 Share Posted April 19, 2011 If you're referring to a db wrapper class, then must be hundreds. Link to comment https://forums.phpfreaks.com/topic/233987-mysql-dal/#findComment-1203443 Share on other sites More sharing options...
shlumph Posted April 19, 2011 Share Posted April 19, 2011 You could check out Doctrine's DBAL: http://www.doctrine-project.org/projects/dbal Link to comment https://forums.phpfreaks.com/topic/233987-mysql-dal/#findComment-1203450 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.