|
cvs: pear /MDB manager.php manager_pgsql.php: msg#00607php.cvs.pear
lsmith Fri Sep 27 06:11:31 2002 EDT Modified files: /pear/MDB manager.php manager_pgsql.php Log: cosmetic changes Index: pear/MDB/manager.php diff -u pear/MDB/manager.php:1.57 pear/MDB/manager.php:1.58 --- pear/MDB/manager.php:1.57 Sat Sep 7 09:35:32 2002 +++ pear/MDB/manager.php Fri Sep 27 06:11:31 2002 @@ -42,7 +42,7 @@ // | Author: Lukas Smith <smith@xxxxxxxxx> | // +----------------------------------------------------------------------+ // -// $Id: manager.php,v 1.57 2002/09/07 13:35:32 lsmith Exp $ +// $Id: manager.php,v 1.58 2002/09/27 10:11:31 lsmith Exp $ // require_once 'PEAR.php'; @@ -64,13 +64,8 @@ class MDB_manager extends PEAR { - var $warnings = array(); var $database; - var $database_definition = array( - 'name' => '', - 'create' => 0, - 'TABLES' => array() - ); + var $options = array( 'fail_on_invalid_names' => 1, 'debug' => 0 @@ -101,6 +96,15 @@ 'date' => '0001-01-01', 'time' => '00:00:00' ); + + var $warnings = array(); + + var $database_definition = array( + 'name' => '', + 'create' => 0, + 'TABLES' => array() + ); + // }}} // {{{ raiseError() Index: pear/MDB/manager_pgsql.php diff -u pear/MDB/manager_pgsql.php:1.23 pear/MDB/manager_pgsql.php:1.24 --- pear/MDB/manager_pgsql.php:1.23 Fri Aug 30 14:11:36 2002 +++ pear/MDB/manager_pgsql.php Fri Sep 27 06:11:31 2002 @@ -42,7 +42,7 @@ // | Author: Paul Cooper <pgc@xxxxxxxxxx> | // +----------------------------------------------------------------------+ // -// $Id: manager_pgsql.php,v 1.23 2002/08/30 18:11:36 lsmith Exp $ +// $Id: manager_pgsql.php,v 1.24 2002/09/27 10:11:31 lsmith Exp $ if (!defined('MDB_MANAGER_PGSQL_INCLUDED')) { @@ -55,7 +55,8 @@ * @author Paul Cooper <pgc@xxxxxxxxxx> */ -class MDB_manager_pgsql_class extends MDB_manager_common { +class MDB_manager_pgsql_class extends MDB_manager_common +{ // }}} // {{{ createDatabase() -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear /MDB driver_skeleton.php: 00607, Lukas Smith |
|---|---|
| Next by Date: | cvs: pear /MDB common.php mysql.php pgsql.php: 00607, Lukas Smith |
| Previous by Thread: | cvs: pear /Net_Dict Dict.php package.xml /Net_Dict/docs dict.phpi: 00607, Chandrashekhar Bhosle |
| Next by Thread: | cvs: pear /MDB common.php mysql.php pgsql.php: 00607, Lukas Smith |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |