Thread: CMS with PostgreSQL
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 -----------------------------------------------------------------
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
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
> 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? I am currently writing one for use with Python and Postgres as I feel this is the best way to go. I am using mod_pyhton. The newer version has all needed features to work with Apache like sessions, cookie, authenticatio etc.. some of these were missing from version 2 of mod_python. So anyways I might gpl what I am doing to answer your question. But why not just write one to cater to your needs.
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)