2017 © Pedro Peláez
 

library dhtmlx-gii

Gii Generator for the generation of grid on a given url with the help of DHTMLX Library

image

dhtmlx/dhtmlx-gii

Gii Generator for the generation of grid on a given url with the help of DHTMLX Library

  • Tuesday, June 16, 2015
  • by Kirylka
  • Repository
  • 12 Watchers
  • 5 Stars
  • 121 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

yii2-dhtmlx-gii-generators

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

Installation

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

Either run, (*3)

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

or add, (*4)

"dhtmlx/dhtmlx-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' => [
                'dhtmlx-one-table' => [
                    'class' => 'DHTMLX\Gii\SingleTable\Generator',
                ],
                'dhtmlx-many-tables' => [
                                    'class' => 'DHTMLX\Gii\ManyTables\Generator',
                                ],
            ],
        ];

The Versions

16/06 2015

dev-master

9999999-dev

Gii Generator for the generation of grid on a given url with the help of DHTMLX Library

  Sources   Download

MIT

The Requires

 

yii2 gii generator dhtmlx

16/06 2015

1.0.0

1.0.0.0

Gii Generator for the generation of grid on a given url with the help of DHTMLX Library

  Sources   Download

MIT

The Requires

 

yii2 gii generator dhtmlx