Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$pages->flip()
Returns the collection in reverse order
return
($pages)
Example
<?php $articles = $page->children()->flip() ?>
↑
Cheat Sheet overview
←
$pages->first()
→
$pages->get($key, $default = null)
↓
Back to Cheat Sheet section
Top