Subversion Repositories Applications.papyrus

Rev

Rev 320 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 320 Rev 443
Line 21... Line 21...
21
 * @package    DB
21
 * @package    DB
22
 * @author     Sterling Hughes <sterling@php.net>
22
 * @author     Sterling Hughes <sterling@php.net>
23
 * @author     Daniel Convissor <danielc@php.net>
23
 * @author     Daniel Convissor <danielc@php.net>
24
 * @copyright  1997-2005 The PHP Group
24
 * @copyright  1997-2005 The PHP Group
25
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
25
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
26
 * @version    CVS: $Id: ibase.php,v 1.1 2005-03-30 08:50:33 jpm Exp $
26
 * @version    CVS: $Id: ibase.php,v 1.2 2005-09-20 17:01:22 ddelon Exp $
27
 * @link       http://pear.php.net/package/DB
27
 * @link       http://pear.php.net/package/DB
28
 */
28
 */
Line 29... Line 29...
29
 
29
 
30
/**
30
/**
Line 47... Line 47...
47
 * @package    DB
47
 * @package    DB
48
 * @author     Sterling Hughes <sterling@php.net>
48
 * @author     Sterling Hughes <sterling@php.net>
49
 * @author     Daniel Convissor <danielc@php.net>
49
 * @author     Daniel Convissor <danielc@php.net>
50
 * @copyright  1997-2005 The PHP Group
50
 * @copyright  1997-2005 The PHP Group
51
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
51
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
52
 * @version    Release: 1.7.5
52
 * @version    Release: @package_version@
53
 * @link       http://pear.php.net/package/DB
53
 * @link       http://pear.php.net/package/DB
54
 * @since      Class became stable in Release 1.7.0
54
 * @since      Class became stable in Release 1.7.0
55
 */
55
 */
56
class DB_ibase extends DB_common
56
class DB_ibase extends DB_common
57
{
57
{