For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > November 2004 > I need some classes









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author I need some classes
Ilija Studen

2004-11-07, 8:56 am

Can anyone tell me where to find good classes to work with PostgreSQL.

Something like this. If I want to create a domain:

$domain = new cPGDomain();
$domain->createAndLoad('title', 'varchar', '100', true);

And it crates title domain as varchar(100) NOT NULL and loads it.

I can write them myself but that would take some time (domains are just
example).

Please, not DB Abstraction layers like PEAR::DB or ADOdb, I need
something Postgre specific :)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com