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

\ suffix added before ; to namespace when creating new model using gii model generator #3689

Closed
dilip-vishwa opened this issue Jun 3, 2014 · 2 comments
Labels
Milestone

Comments

@dilip-vishwa
Copy link
Contributor

The output has
namespace frontend\models\;
instead of this
namespace frontend\models;

@dilip-vishwa
Copy link
Contributor Author

Sorry, it was my mistake. I was using namespace as frontend\models\ instead of this frontend\models. So, problem solved.

@cebe cebe reopened this Jun 4, 2014
@cebe cebe added this to the 2.0 RC milestone Jun 4, 2014
@cebe cebe added the ext:gii label Jun 4, 2014
@cebe
Copy link
Member

cebe commented Jun 4, 2014

Adjusted the input validation filter so that surrounding slashes are trimmed automatically now.

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

No branches or pull requests

2 participants