Re: Php abstraction layers - Mailing list pgsql-general

From Antimon
Subject Re: Php abstraction layers
Date
Msg-id 1125510674.733388.263940@g44g2000cwa.googlegroups.com
Whole thread Raw
In response to Re: Php abstraction layers  (Guy Fraser <guy@incentre.net>)
List pgsql-general
I wrote a wrapper class based on pg_ functions. Added some logging and
exception throwing capabilities etc.
I'm planning to use only prepared statements and pg_query_params
function when using user submitted data in queries to avoid
sql-injection. I believe it is enough but gonna do some tests.
This is the best way i think.

Thanks to everyone.


pgsql-general by date:

Previous
From: Guy Fraser
Date:
Subject: Re: Php abstraction layers
Next
From: Bruno Wolff III
Date:
Subject: Re: optimum settings for dedicated box