Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created December 28, 2011 14:21
Show Gist options
  • Save bastianallgeier/1528096 to your computer and use it in GitHub Desktop.
Save bastianallgeier/1528096 to your computer and use it in GitHub Desktop.
<?php
$stream = $pages->find('events', 'blog')->children();
echo $stream
// sollte jetzt alle kinderchen von blog und events auswerfen
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment