2017 © Pedro Peláez
 

yii2-extension yii2-models

Models based on the field specifications.

image

gromver/yii2-models

Models based on the field specifications.

  • Saturday, March 26, 2016
  • by gromver
  • Repository
  • 1 Watchers
  • 1 Stars
  • 226 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

phpdoc-based-model

Model based on the class public properties and PhpDoc's. Automatic form generation., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist gromver/yii2-models "*"

or add, (*4)

"gromver/yii2-models": "*"

to the require section of your composer.json file., (*5)

Usage

При помощи данного расширения можно создавать модели для произвольных структур данных на лету, а также автоматически генерировать форму., (*6)

Структура данных

Для начала определим структуру данных, для этого создадим класс и опишем желаемую структуру данных в публичных полях класса, (*7)

class MyStructure {

}

Модель

На основе нашей структуры данных, сгенерируем модель, (*8)


Форма

Используя виджет и модель сгенерируем форму, (*9)


The Versions

26/03 2016

dev-master

9999999-dev https://github.com/gromver/yii2-models.git

Models based on the field specifications.

  Sources   Download

GNU-GPL-v2

The Requires

 

by Roman Gayazov

generator phpdoc model yii

08/08 2015

1.0.0.x-dev

1.0.0.9999999-dev https://github.com/gromver/yii2-models.git

Models based on the field specifications.

  Sources   Download

GNU-GPL-v2

The Requires

 

by Roman Gayazov

generator phpdoc model yii