Thread: CMS with PostgreSQL

CMS with PostgreSQL

From
Martin Marques
Date:
Anyone know of an open source (BSD, GPL) Content Managment System written in
PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB
abstraction layer API?

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telemática
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


Re: [GENERAL] CMS with PostgreSQL

From
"Marc G. Fournier"
Date:
horde has one (http://www.horde.org)

On Sat, 6 Dec 2003, Martin Marques wrote:

> Anyone know of an open source (BSD, GPL) Content Managment System written in
> PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB
> abstraction layer API?
>
> --
> select 'mmarques' || '@' || 'unl.edu.ar' AS email;
> -----------------------------------------------------------------
> Martín Marqués                  |        mmarques@unl.edu.ar
> Programador, Administrador, DBA |       Centro de Telemática
>                        Universidad Nacional
>                             del Litoral
> -----------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

Re: [GENERAL] CMS with PostgreSQL

From
"Luke Woollard"
Date:
Mysource Matrix by Squiz in Syndey

www.squiz.net




-----Original Message-----
From: pgsql-php-owner@postgresql.org
[mailto:pgsql-php-owner@postgresql.org]On Behalf Of Marc G. Fournier
Sent: Sunday, December 07, 2003 7:32 AM
To: Martin Marques
Cc: pgsql-general@postgresql.org; pgsql-php@postgresql.org
Subject: Re: [PHP] [GENERAL] CMS with PostgreSQL



horde has one (http://www.horde.org)

On Sat, 6 Dec 2003, Martin Marques wrote:

> Anyone know of an open source (BSD, GPL) Content Managment System written
in
> PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB
> abstraction layer API?
>
> --
> select 'mmarques' || '@' || 'unl.edu.ar' AS email;
> -----------------------------------------------------------------
> Martín Marqués                  |        mmarques@unl.edu.ar
> Programador, Administrador, DBA |       Centro de Telemática
>                        Universidad Nacional
>                             del Litoral
> -----------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


Re: [GENERAL] CMS with PostgreSQL

From
Tom Lane
Date:
Martin Marques <martin@bugs.unl.edu.ar> writes:
> Anyone know of an open source (BSD, GPL) Content Managment System written in
> PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB
> abstraction layer API?

If you're not dead set on PHP, then Bricolage would be worth your while
to investigate ... I believe it's in Perl ...
http://bricolage.cc/

            regards, tom lane