Top "Gii" questions

Yii2 Gii Forbidden code 403 You are not allowed to access this page

I have a server machine and I am trying to allow my PC ip address to use gii. My PC …

php yii2 gii
getting Gii to work on Yii 2.0

i downloaded the advanced template, extracted it and changed the root documents for the back-end and the front-end, but i …

php crud yii2 gii
Yii2 : ActiveQuery Example and what is the reason to generate ActiveQuery class separately in Gii?

Could you provide an example usage. Description will be highly appreciated. I can not find a good example for it.

php yii2 gii
gii not working in yii

I am new in yii framework. In my site gii shows the error Error 403 You are not allowed to access …

php yii gii
Web Process Permissions on Yii / Linux

I'm a noob and running through a Yii tutorial on AWS. So far I've been able to get everything up …

linux permissions yii gii
Yii2 Gii Table Prefix

I allways setup table prefix - for this post lets say my prefix is abc_. So in common\config\main-local.…

yii2 gii
Yii can't start gii

I am developing website with PHP Yii Framework and I am now stack, I need to start gii, but I …

php redirect frameworks yii gii
How to use custom templates in gii (using Yii 2)

I'm trying to find a way to use custom Gii templates for Yii 2, but looking at the missing documentation in …

php yii2 gii
Gii: Class does not exist or has syntax error

I am trying to generate CRUD in yii2 using Gii. I have created a model class using Gii and it …

php model yii2 crud gii
Yii2 - Saving multiple related ActiveRecord models in one form

Here is the table structure: Table BaseTable id (primary key) INT description VARCHAR(255) Table ChildTable id (primary key)(foreign key …

php yii2 crud gii