Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$page->uid()
The UID is the page directory name without the sorting number.
return
(string)
Example
<?= $page->uid() ?>
↑
Cheat Sheet overview
←
$page->touch()
→
$page->update($data = array() [, $lang = null])
↓
Back to Cheat Sheet section
Top