Marcus Ramberg > MojoMojo-0.999029 > MojoMojo::Schema::Result::Page

Download:
MojoMojo-0.999029.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: MojoMojo-0.999041

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.

others_tags <user>

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.