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

c# - Reactive Extensions ControlScheduler -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -