是否有用于使用MS SQL数据库执行大多数常用功能的PHP类?

是否有用于使用MS SQL数据库执行大多数常用功能的PHP类?

问题描述:

Before I go starting to write the functions to connect to, retrieve the rows from my MS SQL database, I was wondering if there is already a publicly available class that wraps this functionality into a class object.

在我开始编写要连接的函数之前,从我的MS SQL数据库中检索行,我当时想知道 如果已经有一个公开可用的类将此功能包装到类对象中。 p> div>

something like this? SQL PHP Class

Yes there is. You can just use PHP's PDO classes.There is a PDO driver available for MS SQL server.