Manaus Posted September 16, 2013 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.
Manaus Posted September 16, 2013 Author Posted September 16, 2013 That was easier than imagined: $progetti = $pages->find("parent=$parent, user=$user->id"); 1
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