Class Agora_ViewComments
Comments display script
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Methods summary
public static
string
|
#
render( string $forum_name, boolean $scope = 'agora', string $base_url = null, string $template_file = false )
Returns all threads of a forum in a threaded view.
Returns all threads of a forum in a threaded view.
Parameters
- $forum_name
- The unique name for the forum.
- $scope
- $bodies Whether to include message bodies in the view.
- $base_url
- $scope The application that the specified forum belongs to.
- $template_file
- <p>$base_url An alternate link where edit/delete/reply links
point to.</p>
Returns
string The HTML code of the thread view.
|