Php/docs/sdodasrel.installation

来自菜鸟教程
跳转至:导航、​搜索

安装

The installation instructions for all the SDO components are in the SDO install section of the SDO documentation.

In any case, the essential facts are that the Relational DAS is written in PHP and it should be placed somewhere on the PHP include_path.

Your application will of course need to include the Relational DAS with a statement like this:

<?phprequire_once 'SDO/DAS/Relational.php';?>