rwidgetgenarator A Widget Generator That Boost Up Your Widget Creation on the Fly ;)

  1. Requirements
  2. Usage

RWidgetGenerator is a widget generator the boost up your widget creation on the fly :) it not only generates the widget. it optionally generates the variables needed by this widget with optional initial values , the methods needed by this widget, and view for this widget

Requirements

Yii 1.1 but tested on Yii 1.1.14

Usage

extarct this extension under extensions directory and rename this extension folder as rwidgetgenerator (extensions/rwidgetgenerator) and the in application configuration (config.php) edit the gii module's generatorPaths as

'gii'=>array(
	'class'=>'system.gii.GiiModule',
	'password'=>false,
	// If removed, Gii defaults to localhost only. Edit carefully to taste.
	'ipFilters'=>array('127.0.0.1','::1'),
        'generatorPaths'=>array(
                 'ext.rwidgetgenerator'
         )
),

now you are ready to use this generator :)

1 0
3 followers
241 downloads
Yii Version: 1.1.*
License: BSD-2-Clause
Category: Others
Developed by: Ahamed Rifaideen
Created on: Jan 9, 2014
Last updated: 4 years ago

Downloads

show all

Related Extensions