Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect namespace generated in Controller #16

Closed
realmarkcross opened this issue Aug 17, 2015 · 0 comments
Closed

incorrect namespace generated in Controller #16

realmarkcross opened this issue Aug 17, 2015 · 0 comments

Comments

@realmarkcross
Copy link

This example assumes a model class called Entity.

use statement incorrectly generated as:
use EntitySearch;
the correct statement should be the qualified namespace that the user enters on gii form:
use frontend\models\EntitySearch;

namespace is incorrectly generated as:
use EntitySearch;
the correct use statement should include the qualified namespace that the user enters on the gii form: use frontend\models\EntitySearch;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant