rklandesverband / yii2-oci8dbdate
Oci8db Date format wegen der ausgabe
Package info
github.com/RoteskreuzNoe/yii2-oci8dbdate
Type:yii2-extension
pkg:composer/rklandesverband/yii2-oci8dbdate
1.0
2017-03-28 11:57 UTC
Requires
- sfedosimov/yii2-oci8pdo: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:23:11 UTC
README
Oci8db
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rklandesverband/yii2-oci8dbdate "*"
or add
"rklandesverband/yii2-oci8dbdate": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \oci8db\rklandesverband\AutoloadExample::widget(); ?>```