Functions
blogGetPostData
protected function blogGetPostData(
Blog $blog
)

Get data from the HTTP POST and put it into the blog object.

Parameters
blog

The blog to populate.

blogSetTemplate
protected function blogSetTemplate(
PHPTemplate $tpl,
Blog $blog
)

Sets template variables for display of a blog.

Parameters
tpl

The template to populate.

ent

the BlogEntry or Article with which to populate the template.