I have the following database design, represented in the diagram,:
As the diagram demonstrates, Invoices model has one to many relation with InvoiceItems model. However, when I use Gii to produce CRUD it generates inovieces/view
without any related data from invoice-items table (InvoiceItems model).
During Model generation, I have checked Generate Relations
. So, I ask for more better Code Generation plugin for Yii2 that able to make relations available in the CRUD.