mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-07 16:36:42 +08:00
Updated PHPDoc
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user