Skip to content

Commit

Permalink
a note about how to not use gii
Browse files Browse the repository at this point in the history
related to #1482
  • Loading branch information
cebe committed Dec 12, 2013
1 parent 839650a commit 87291bd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/guide/gii.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ Add these lines to your config file:
How to use it
-------------

TBD

> Note: The code generated by gii is only a template that has to be adjusted to your needs. It is there
to help you create new things quickly but it is not something that creates ready to use code.
We often see people using the models generated by gii without change and just extend them to adjust
some parts of it. This is not how it is ment to be used. Code generated by gii may be incomplete or incorrect
and has to be changed to fit your needs before you can use it.

Creating your own templates
---------------------------

TDB
TBD

0 comments on commit 87291bd

Please sign in to comment.