Menu

#6 db abstraction layer

closed
None
1
2006-08-05
2006-07-26
No

I am very suprised to see this db_runner.php file. Why
not use PEAR::DB or adodb? (the last one is my
favorite)

It is alot of work, but all qeuries should be checked
anyway (see user.php bug)

Discussion

  • Borvik Bramblewood

    • priority: 5 --> 1
    • assigned_to: nobody --> borvik
    • status: open --> closed
     
  • Borvik Bramblewood

    Logged In: YES
    user_id=1453793

    Yes, well that was the first thing I coded and I hadn't even
    decided to use PEAR for the mail reading at that time.

    Looking over the PEAR libraries, I noticed that PEAR::DB has
    advanced to PEAR:MDB2 - which I've decided to use. Using
    the prepare function to parameterize all of my sql
    statements should help eliminate that type of problem.

     

Log in to post a comment.