2017 © Pedro PelĂĄez
 

yii2-extension yii2-jsrrd

wrapper to jsrrd

image

stivehu/yii2-jsrrd

wrapper to jsrrd

  • Tuesday, November 24, 2015
  • by stivehu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

# jsrrd-Yii2 jsrrd

wrapper to jsrrd, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist stivehu/yii2-jsrrd "*"

or add, (*4)

"stivehu/yii2-jsrrd": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php <?= stivehu\widgets\jsrrd::widget(); ?>, (*7)

You must create a draw() function., (*8)

Example:, (*9)

The Versions

24/11 2015

dev-master

9999999-dev

wrapper to jsrrd

  Sources   Download

GPL-3.0+

The Requires

 

by GĂĄbor IstvĂĄn

extension yii2