php - Failed to Run any "Model/Controller in Browser using YII and gii ? -


I'm a newbie in php using yphi and gii when iam trying to open any model and controller file in the browser I'm doing the error and code console: Code:

  ' active ')); if ($ record) {$ response [' condition '] = true; $ response [' message '] = "Successfully Logged in. "; $ Response ['user'] = $ record;} and {$ response ['condition'] = wrong; $ response ['message'] =" username or password not found. "; } Echo CJSON :: encoded ($ response);}}}  

This is an error appearing in the browser Can anyone tell me what this error is?

< P> Try this url

  localhost / projectName / mod UleName / ControlName /  

Viewing your question I think you are using this URL

  localhost / projectName / services / users  

Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -