public static function get_instance() { if (self::$instance === NULL) { self::$instance = new CL_PgSQL(); } return self::$instance; }
/** * @return CL_Database */ function get_pgsql() { return CL_PgSQL::get_instance(); }