sybase and pear

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
stevem
Forum Newbie
Posts: 1
Joined: Thu Jun 27, 2002 3:04 pm

sybase and pear

Post by stevem »

Starting to use the pear DB classes. Two of the sybase functions available in php are not implemented in the pear sybase class. The two functions are sybase_num_rows and sybase_min_server_severity. I would prefer to not directly edit the source file and am having problems figuring out a graceful way to extend the sybase class. Is there a graceul way to extend the pear class to include those without having to modify any of the pear source?

Thank you,
steve
Post Reply