xmlex / yii2-oci-collections
特性集合
v1.0
2016-02-09 12:38 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-14 18:26:14 UTC
README
特性集合
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
php composer.phar require --prefer-dist xmlex/yii2-oci-collections "*"
或者
"xmlex/yii2-oci-collections": "*"
将以下内容添加到您的composer.json文件的require部分。
使用方法
一旦安装了扩展,只需在您的代码中使用即可
<?= \xmlex\oci\collections\AutoloadExample::widget(); ?>```