Updated PHPDoc

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-07-25 23:33:42 +03:00
parent d6dc4828fa
commit 6263eeba69

View File

@ -15,7 +15,7 @@ use yii\base\NotSupportedException;
use yii\caching\Cache; use yii\caching\Cache;
/** /**
* Connection represents a connection to a database via [PDO](php.net/manual/en/book.pdo.php). * Connection represents a connection to a database via [PDO](http://php.net/manual/en/book.pdo.php).
* *
* Connection works together with [[Command]], [[DataReader]] and [[Transaction]] * Connection works together with [[Command]], [[DataReader]] and [[Transaction]]
* to provide data access to various DBMS in a common set of APIs. They are a thin wrapper * to provide data access to various DBMS in a common set of APIs. They are a thin wrapper