thomas Posted November 12, 2015 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
Wanze Posted November 12, 2015 Posted November 12, 2015 Hi, $pageArray = $pages->getById("313|34|23|978"); Cheers 4
LostKobrakai Posted November 12, 2015 Posted November 12, 2015 $pageArray = $pages->find("id=3922|2394|2341"); Should've reloaded before posting, but both ways work 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