rklandesverband/yii2-oci8dbdate

Oci8db Date format wegen der ausgabe


Keywords
extension, yii2
License
BSD-3-Clause

Documentation

OCI8 Erweiterung

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(); ?>```