2017 © Pedro Peláez
 

project laymeneasylife

This project is based on Yii 2 Basic Project Template

image

hikmat30ce/laymeneasylife

This project is based on Yii 2 Basic Project Template

  • Wednesday, November 30, 2016
  • by huk9791
  • Repository
  • 7 Watchers
  • 4 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laymeneasylife

The purpose of this project is to automate the creation of database columns in selected Models , all from front end, no need of coding., (*1)

Demo site

http://laymeneasylife.azurewebsites.net/, (*2)

DIRECTORY STRUCTURE

  coreviewmodels/     The core models for this project
  crudTemplates/      The templates which will create model and crud views for us
  modules/Generator   The code generator which is ingerited from gii
  viewmodels/         The models which will be created by code generator

  The rest structure is same as yii2 basic application

Things done till now

GII is override and a customized generated is developed. It has a single text box. Entering a value in the text box will do following things for you., (*3)

Create a table {value in text box}
Create a model from the table created in above step
Create crud from above model with search model
Add the newly created model name in models table, so that it will be available for you when creating formfields for this model.

now your new crud is ready and the newly table will have only id,created_at,updated_at,created_by and updated_by columns., (*4)

to create formfields go to FormFields in mean and fill the relavent information., (*5)

Future plan

addition of all possible fields in formfield model., (*6)

The Versions

30/11 2016

dev-master

9999999-dev http://www.yiiframework.com/

This project is based on Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template automation basic laymeneasylife

06/11 2016

dev-development

dev-development http://www.yiiframework.com/

This project is based on Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template automation basic laymeneasylife