2017 © Pedro Peláez
 

library gii

Gii Generator for the generation of datatable on a given url with the help of Webix Library

image

webix/gii

Gii Generator for the generation of datatable on a given url with the help of Webix Library

  • Wednesday, April 8, 2015
  • by Kirylka
  • Repository
  • 16 Watchers
  • 4 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-webix-gii-generators

This generator generates the grid on a given url with the help of Webix Datatable., (*1)

Installation

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

Either run, (*3)

$ php composer.phar require "webix/gii": "dev-master"

or add, (*4)

"webix/gii": "dev-master"

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

After that you can install new package:, (*6)

$ php composer.phar update

Usage

//if your gii modules configuration looks like below:
    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = 'yii\gii\Module';

//remove this two lines
//Add this into common/config/web.php

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
            'class' => 'yii\gii\Module',
            'generators' => [
                'webix-many-tables' => [
                                    'class' => 'Webix\Gii\ManyTables\Generator'
                                ],
            ],
        ];

The Versions

08/04 2015

dev-master

9999999-dev

Gii Generator for the generation of datatable on a given url with the help of Webix Library

  Sources   Download

MIT

The Requires

 

yii2 gii generator webix