HI
I use your User class in restful application
my restful api , get json data , with author.profile , so it have a problem
in your code : $profile = $this->module->model("Profile");
to get user profile , must have to config one module . But do not need to config one user module in my restful api app
HI I use your User class in restful application my restful api , get json data , with author.profile , so it have a problem in your code : $profile = $this->module->model("Profile"); to get user profile , must have to config one module . But do not need to config one user module in my restful api app