Manaus Posted September 16, 2013 Share Posted September 16, 2013 Hello, I have a template where there's a Page field "utente" containing a user. I want to query the pages like this: $progetti = $pages->find("parent=$parent, utente=$user->email"); But I'm getting a Internal Server Error. Thanks for any suggestion. Link to comment Share on other sites More sharing options...
Manaus Posted September 16, 2013 Author Share Posted September 16, 2013 That was easier than imagined: $progetti = $pages->find("parent=$parent, user=$user->id"); 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now