Re: access primitives in php

2003-03-19 Thread Joel Rees
> We need to set up some primitives in php for mysql, then repeat for > postgresql, so that we bury most of the differences in the primitives. Sorry about the noise. Joe Conway on the postgresql list pointed me towards the database abstraction layers in pear, and I see lots of good stuff there. -

access primitives in php

2003-03-18 Thread Joel Rees
We need to set up some primitives in php for mysql, then repeat for postgresql, so that we bury most of the differences in the primitives. I'm pretty sure I can do this myself, but would like to avoid re-inventing the entire wheel, if possible. I know I'm asking for a handout here, but my searchin