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 and pages results (20 per page).
- descendants
-
@descendants = $page->descendants;
Returns all descendants of this page (no paging), including the page itself.
-
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