Introduction
Almost any web application interacts with a database. Cotonti makes this interaction simple and comprehensive.
Currently support is provided for MySQL 5.1+
Configuration
The database connection configuration is located in the application's configuration file datas/config.php. It is filled in automatically during Cotonti installation.
Running SQL Queries
You can get access to the Cotonti database connection instance with the facade class Cot
. The Cotonti database object is built on...