gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/common/include/system pgsql.class,NONE,1.1


From: lo-lan-do
Subject: [Gforge-commits] gforge/common/include/system pgsql.class,NONE,1.1
Date: Tue, 26 Oct 2004 15:31:28 -0500

Update of /cvsroot/gforge/gforge/common/include/system
In directory db.perdue.net:/tmp/cvs-serv32610/common/include/system

Added Files:
        pgsql.class 
Log Message:
Started removing LDAP dependency (to be replaced with direct
PostgreSQL lookups).


--- NEW FILE: pgsql.class ---
<?php
/**
 * pgsql class
 *
 * Class to interact with the system
 *
 * @version   $Id: pgsql.class,v 1.1 2004/10/26 20:31:25 lo-lan-do Exp $
 * @author Christian Bayle
 * @date 2004-02-05
 *
 * This file is part of GForge.
 *
 * GForge is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * GForge is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with GForge; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

class pgsql extends System {
        /**
        *       pgsql() - CONSTRUCTOR
        *
        */
        function pgsql() {
                $this->System();
                return true;
        }
}

// Local Variables:
// mode: php
// c-file-style: "bsd"
// End:

?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]