Subversion Repositories Applications.papyrus

Rev

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

Rev 443 Rev 1173
Line 16... Line 16...
16
 * @category   Database
16
 * @category   Database
17
 * @package    DB
17
 * @package    DB
18
 * @author     Stig Bakken <stig@php.net>
18
 * @author     Stig Bakken <stig@php.net>
19
 * @copyright  1997-2005 The PHP Group
19
 * @copyright  1997-2005 The PHP Group
20
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
20
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
21
 * @version    CVS: $Id: storage.php,v 1.2 2005-09-20 17:01:22 ddelon Exp $
21
 * @version    CVS: $Id: storage.php,v 1.3 2006-12-14 15:04:28 jp_milcent Exp $
22
 * @link       http://pear.php.net/package/DB
22
 * @link       http://pear.php.net/package/DB
23
 */
23
 */
Line 24... Line 24...
24
 
24
 
25
/**
25
/**
Line 36... Line 36...
36
 * @category   Database
36
 * @category   Database
37
 * @package    DB
37
 * @package    DB
38
 * @author     Stig Bakken <stig@php.net>
38
 * @author     Stig Bakken <stig@php.net>
39
 * @copyright  1997-2005 The PHP Group
39
 * @copyright  1997-2005 The PHP Group
40
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
40
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
41
 * @version    Release: @package_version@
41
 * @version    Release: 1.7.6
42
 * @link       http://pear.php.net/package/DB
42
 * @link       http://pear.php.net/package/DB
43
 */
43
 */
44
class DB_storage extends PEAR
44
class DB_storage extends PEAR
45
{
45
{
46
    // {{{ properties
46
    // {{{ properties