Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to iterate on children and show fields?
#2
very similar...

Code:
foreach (getChildren($page) as $child){
echo getPageField($child,'title');
echo getPageField($child,article_image);
}
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
RE: How to iterate on children and show fields? - by n00dles101 - 2013-02-14, 10:17:06



Users browsing this thread: 1 Guest(s)