List all nodes and iterate recursively? #11
Unanswered
Cristo-Conklin
asked this question in
Questions
Replies: 1 comment
|
I have not understood what you mean. $fluid('//*')->each(function($i, $n) {
echo $n->nodeName."\n";
}); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there something like
$fluid->query('*'), that would list all nodes?Other ways to iterate all data without knowing the tag beforehand?
All reactions