DAL [solved]
Moderator: General Moderators
DAL [solved]
I am working on a project and need a DAL. Should I use one some else has created or make my own? If I use a premade one, which ones are good?
Last edited by dayyanb on Sat Feb 09, 2008 1:03 pm, edited 1 time in total.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: DAL
PHP itself has PDO. I know ADODb and ADODb_lite are popular around here. Frameworks like Zend have their own. PEAR has several, I think MDB2 is the latest. All are free, so the only way you will know it to try them out.
There are a number of threads in these forums about writing your own (search for something like "database connection class").
There are a number of threads in these forums about writing your own (search for something like "database connection class").
(#10850)