gii-template-collection icon indicating copy to clipboard operation
gii-template-collection copied to clipboard

Gii Template Collection with code templates for models and CRUDs

Results 20 gii-template-collection issues
Sort by recently updated
recently updated
newest added

I guess the OwnerBehavior class must have been removed, see #37 Still need to remove it from the FullModelCode.php

You have to add... ``` public $connectionId = 'db'; ``` to the FullModelCode class.

After configuration, when i click on fullCrud its showing error. http://localhost/ms/gii/fullCrud/index Error 404 Unable to resolve the request "gii/fullCrud/index".

In grid for numeric columns necessary align right and equal-width font. Where suggest add this css? - p3.css - asssets/css/.. - in html

- Would allow more layout flexibility on recreation. - We would be unable to use input rows

Currently there's only a providers property for the code-model which is an array and can only be used with schmunk42/giic.

In generated controllers: 'roles' => array('92f9838d.ModelNameFoo.*'), This comes from $rightsPrefix, by code introduced in 17706b318f4c839d634faafe80baba1af5820ddd

There is currently a "Message Catalog Standard" with default value "crud" and a "Message Catalog" with default value "model". 1. Why is "model" a default value? I have never used...