❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$files->last()
Returns the last file in the collection
return
($file)
Example
<?
=
$page
-
>
files
(
)
-
>
last
(
)
-
>
filename
(
)
?>
↑
Cheat Sheet overview
←
$files->keys()
→
$files->limit($limit)
↓
Back to Cheat Sheet section
Top