Хранилища Subversion ant

Редакция

Редакция 2 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 2 Редакция 100
Строка 25... Строка 25...
25
 */
25
 */
26
26
27
/**
27
/**
28
 * Obtain the PEAR class so it can be extended from
28
 * Obtain the PEAR class so it can be extended from
29
 */
29
 */
30
require_once 'PEAR.php';
30
require_once 'lib/PEAR.php';
31
31
32
/**
32
/**
33
 * DB_common is the base class from which each database driver class extends
33
 * DB_common is the base class from which each database driver class extends
34
 *
34
 *
35
 * All common methods are declared here.  If a given DBMS driver contains
35
 * All common methods are declared here.  If a given DBMS driver contains