FairCom introduces support for the PHP Data Objects extension to the scripting language that drives the Internet.
PHP (Hypertext PreProcessor) is a widely-used scripting language that is especially suited for creating data-driven websites.
Originally, PHP used conventional SQL to access a database to retrieve data. Developers have long recognized one drawback: many databases use variations of "standard" SQL, making it difficult to migrate between different database providers.
PHP Data Objects (PDO) Extension
To address this issue, the community that develops PHP introduced the PHP Data Objects (PDO) extension for accessing a database. PDO gives you an abstraction layer so that your applications use the same functions to issue queries regardless of the underlying database. PDO allows an application to be independent of its database, so a developer can change databases without changing the application logic.
c-treeACE PHP offers native support for this extension by including a database-specific PDO driver to access the FairCom Server.
c-treeACE provides two versions of the c-treeACE PHP drivers: