[PHP] Database Abstraction Idea

2008-02-27 Thread Ray Hauge
I've been working on a project that was started from scratch. I'm a minimalist, so I like to keep things as simple as possible. I've been using this idea for a database abstraction, and I thought I'd see if I could get some constructive criticism. Here is an example of how I use this first:

Re: [PHP] Database Abstraction Idea

2008-02-27 Thread Daniel Brown
On Wed, Feb 27, 2008 at 12:30 PM, Ray Hauge [EMAIL PROTECTED] wrote: I've been working on a project that was started from scratch. I'm a minimalist, so I like to keep things as simple as possible. I've been using this idea for a database abstraction, and I thought I'd see if I could get

Re: [PHP] Database Abstraction Idea

2008-02-27 Thread Ray Hauge
Daniel Brown wrote: Should catch(e) really be catch(Exception $e) ? Something like that. I was paraphrasing, which seems weird, since I was looking at the code for the class description anyway :) Thanks for the info. -- Ray Hauge www.primateapplications.com -- PHP General Mailing