thomas Posted November 12, 2015 Share Posted November 12, 2015 Hello, I feel like I read somewhere that you can create a PageArray with a delimiter string ie "313|34|23|978" ... like the opposite of (string)PageArray ... I can't find it though ... maybe it was just a dream and I have to iterate ... Can anyone help? Thanks, thomas Link to comment Share on other sites More sharing options...
Wanze Posted November 12, 2015 Share Posted November 12, 2015 Hi, $pageArray = $pages->getById("313|34|23|978"); Cheers 4 Link to comment Share on other sites More sharing options...
LostKobrakai Posted November 12, 2015 Share Posted November 12, 2015 $pageArray = $pages->find("id=3922|2394|2341"); Should've reloaded before posting, but both ways work 1 Link to comment Share on other sites More sharing options...
thomas Posted November 13, 2015 Author Share Posted November 13, 2015 Thanks! So it was no dream after all 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