Subversion Repositories eFlore/Applications.cel

Rev

Rev 418 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 418 Rev 776
Line 18... Line 18...
18
// | Maintainer: Daniel Convissor <danielc@php.net>                       |
18
// | Maintainer: Daniel Convissor <danielc@php.net>                       |
19
// +----------------------------------------------------------------------+
19
// +----------------------------------------------------------------------+
20
//
20
//
21
// $Id$
21
// $Id$
Line 22... Line -...
22
 
-
 
23
require_once 'PEAR.php';
-
 
24
 
22
 
25
/**
23
/**
26
 * DB_common is a base class for DB implementations, and must be
24
 * DB_common is a base class for DB implementations, and must be
27
 * inherited by all such
25
 * inherited by all such
28
 *
26
 *