What is PEAR DB Library ?
Answers
Answered by
32
Hey!! ☺
Here is your answer
_______________________
⚛ Pear DB is abstraction layer.
⚛ Its one of many framework components available from PEAR.
⚛ What the heck is that? Its a layer/interface between PHP and the db provider (MySQL, MSSQL,Protege) .
⚛ So, it handles calls to multiple types of db providers in pretty much the same way to your PHP application.
⚛ Your application layer doesn't have to concern itself with the details of calling individual providers.
_______________________
Thanks!! ✌
Here is your answer
_______________________
⚛ Pear DB is abstraction layer.
⚛ Its one of many framework components available from PEAR.
⚛ What the heck is that? Its a layer/interface between PHP and the db provider (MySQL, MSSQL,Protege) .
⚛ So, it handles calls to multiple types of db providers in pretty much the same way to your PHP application.
⚛ Your application layer doesn't have to concern itself with the details of calling individual providers.
_______________________
Thanks!! ✌
Satyam6393:
hii pihu
Similar questions