Re: Php abstraction layers

From: "Antimon" <antimon(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Php abstraction layers
Date: 2005-08-31 17:51:14
Message-ID: 1125510674.733388.263940@g44g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-08-31 18:31:29 Re: optimum settings for dedicated box
Previous Message Guy Fraser 2005-08-31 17:15:36 Re: Php abstraction layers