
MojoMojo::Schema::Result::Page

Create a new content version for this page.
%args is each column of MojoMojo::Schema::Result::Content.
Return descendants with the given tag, ordered by name.
Return descendants with the given tag, ordered by creation time, most recent first.
@descendants = $page->descendants( [$resultset_page] );
In list context, returns all descendants of this page (no paging), including the page itself. In scalar context, returns the resultset object.
If the optional $resultset_page is passed, returns that page from the resultset.
@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).
Return popular tags for this page used $user.
Return popular tags for this page used by other people than $user.
Return an array of {id, tag, refcount} for the $user's tags.
TODO Accessor?
Return the number of photos attached to this page. Use for galleries.

Marcus Ramberg <mramberg@cpan.org>

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.