메인 콘텐츠로 이동

Catswords OSS

Alternative Database Connector

Web hosting based on PHP (LAMP) may often require different methods to connect to the database (mainly connecting to MySQL). The Reasonable Framework supports various connection methods as follows:

  • database.mysql.pdo: MySQL PDO (PHP Data Objects) connector (Default)

  • database.mysql.imp: MySQLi (MySQL Improved) connector

  • database.mysql.old: MySQL Traditional (without MySQLi) connector

  • database.mysql.cmd: MySQL CLI compatibility connector

In addition to these, it also supports Oracle (OCI connector-based):

  • database.oracle: OCI driver based Oracle database connector


Made with Readable