Not sure what's happening with getParent()->getChildren(), it
shouldn't be possible for that to interfere with the slots of the
current page. There are no static class variables that could be doing
that.
I wonder if you fetched the page in the first place with a method that
returns only the title slot for efficiency? Note the difference
between retrieveBySlugWithTitles/retrieveByIdWithTitles and
retrieveBySlugWithSlots/retrieveByIdWithSlots. But it does sound like
you're working with the current CMS page inside a template somewhere.
Hmm.
If you want a tree, not just children, then use getTreeInfo(). This
returns a handy nested array. See the extensive comments before that
method in the code for details.
Also see the new nav component classes that are built on top of these
info methods, documentation for which is expected in the next day or
two.
> For more options, visit this group at
http://groups.google.com/group/pkcontextcms?hl=en.