2017 © Pedro Peláez
 

library yii-qs-extra

Yii extra packages

image

tankist/yii-qs-extra

Yii extra packages

  • Monday, December 26, 2016
  • by tankist
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii QsExtra Extensions

Yii QsExtra Extensions contains advanced extensions for Yii Framework developed and used in QuartSoft., (*1)

REQUIREMENTS

Most of the extensions in this pack require 'Yii Qs Extensions' already added to the project., (*2)

INSTALLATION

Generally you may place the content of this repository anywhere. For the consistency 'protected/extensions/qsextra' is recommended. To enable the usage of the extensions to must specify alias 'qsextra' as well as 'qs' in your Yii application configuration to be pointing to 'lib' directory (protected/extensions/qs.lib), like following:, (*3)

  // Yii application configuration:
  return array(
      'aliases' => array(
          'qs' => 'ext.qs.lib',
          'qsextra' => 'ext.qsextra.lib',
          ...
      ),
      ...
  )

Note: many of the extensions are heavy in disk space consuming, so may consider to add only selected files from this pack., (*4)

The Versions

26/12 2016

dev-master

9999999-dev

Yii extra packages

  Sources   Download

MIT

The Requires

 

The Development Requires

by Paul Klimov