示例#1
0
 /**
  *	@fn diario_moderation_queue
  *	@short Action method that shows the queue of comments awaiting moderation.
  */
 public function diario_moderation_queue()
 {
     $comment = new DiarioComment();
     $this->comments = $comment->find_unapproved();
 }