diff --git a/data/source/database/adapter/MySql.php b/data/source/database/adapter/MySql.php index 41bdb1ab44..bc49789a33 100644 --- a/data/source/database/adapter/MySql.php +++ b/data/source/database/adapter/MySql.php @@ -19,10 +19,13 @@ * MySQL database driver. Extends the `Database` class to implement the necessary * SQL-formatting and resultset-fetching features for working with MySQL databases. * + * - Implements optional strict mode. + * * For more information on configuring the database connection, see * the `__construct()` method. * * @see lithium\data\source\database\adapter\MySql::__construct() + * @see lithium\data\source\database\adapter\MySql::strict() */ class MySql extends \lithium\data\source\Database {