Working with the database in Elxis 4.x and the elxisDatabase library.
Elxis 4.x uses PHP's native PDO extension for accessing and managing the database. Elxis has built in support for many database types sych as MySQL, PostgreSQL, MsSQL, Oracle, Firebird and SQLite although it is thoughrogly tested only with MySQL. In this article we will provide a general presentation of the PDO's implementation in Elxis and documentation for the main, elxisDatabase class.
Elxis 4.x uses PHP's native PDO extension for accessing and managing the database. Elxis has built in support for many database types sych as MySQL, PostgreSQL, MsSQL, Oracle, Firebird and SQLite although it is thoughrogly tested only with MySQL. In this article we will provide a general presentation of the PDO's implementation in Elxis and documentation for the main, elxisDatabase class.