giiplus A new CRUD generator for Yii framework.

  1. Requirements
  2. Usage
  3. Resources
  4. GitHub
  5. Credit goes to

A new CRUD generator for Yii framework with the following features. ie., 1.pdf export. 2.excel export. 3.print @view.

you can download the extension here:https://dl.dropbox.com/u/74072668/giiplus.zip

Requirements

Bootstrap

Usage

Note:integrate bootstrap before doing this.

step1:Download the zip file and put it in your extensions directory.

step2:

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

eg:

i have a table test(id,name,age).I have generated a crud for this.You can find a demo below.

Resources

GitHub

Credit goes to

1.bootstrap

i have used bootstrap's gii crud generator to make my customized giiplus crud generator.

2.TCPDF

For PDF generation i have integrated an extension with this crud generator

Name: TCPDF

Version: 5.9.157

Release date: 2012-04-16

Author: Nicola Asun

URLs:

http:  www.tcpdf.org

http:  www.sourceforge.net/projects/tcpdf

so im giving all the credits to Nicola Asun for this Pdf generation feature.

Regards,

Sirin K

16 0
41 followers
0 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Developed by: sirin k
Created on: Jun 18, 2012
Last updated: 6 years ago

Related Extensions