I have been looking at different database abstraction layers such as propel
or pearDB and they seem soooo overly abstracted resulting in average
performance at best that I decided to write the simplest query abstraction I
could and I would like to get your opinions on why I would use propel or
pearDB instead of http://pastie.org/484625.

 

I know it is a little over simplistic but it fits its purpose for now, is
used PDO so I have a consistent api in to mysql and I used prepared
statements really just so I don’t have to worry about escaping any
variables. 

 

Looking forward to hearing your comments.

 

Robin.

 

 

 


--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to