web-app-theme-crud CRUD generator for Yii Framework based on Web App Theme

  1. Requirements
  2. Installation
  3. Usage
  4. Notes
  5. Resources

This extension is the alternative version of available in Gii CRUD Generator. It uses CSS and markup from Web App Theme.

Requirements

Tested on Yii 1.1.8

Installation

  • Extract folders css and images to the website root
  • Copy content of protected folder to the protected folder of your application
  • Configure Gii module as described in guide
  • Add 'application.gii' to the property generatorPaths of Gii module in protected/config/main.php (if you changed the value of this property).

Usage

Open Gii module as described in guide and choose WebAppThemeCrud Generator.

When generating first controller, check options "Generate Components and Widgets" and "Generate Layouts". This will produces additional widgets and components, that are required by views, and layouts with links to specified theme. The theme could be changed later in generated layout file main.php by changing theme's folder name.

Notes

As this theme is usually used for admin pages, produced controller's code differs from default one - index action displays grid insted of list of records.

Resources

28 0
23 followers
4 175 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Developed by: derelict
Created on: Sep 27, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions