Commit 87291bd3 by Carsten Brandt

a note about how to not use gii

related to #1482
parent 839650a6
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment