NAME
MojoMojo::Schema::Result::Page
METHODS
- update_content <%args>
-
Create a new content version for this page.
args is each column of MojoMojo::M::Core::Content.
- descendants_by_date
-
@descendants = $page->descendants_by_date;
Like descendants, but returns pages sorted by the dates of their last content release dates.
-
Return popular tags for this page used by other people than <user>.
- has_photos
-
return the number of photos attached to this page. use for galleries.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 56:
=over without closing =back