Campustream 1.0
A social network MQP for WPI
application/views/news/_comments.php File Reference

Go to the source code of this file.

Variables

if(count($comments) >
0)($comments as $comment)('small',
$comment->deleted)?>" alt if
(!$comment->deleted
&&sess::is_logged_in()&&$comment->
user->id==sess::getUserID()) 
endforeach = "?>"><?=$comment->deleted ? '[deleted]' : $comment->user->namedate::relative_time($comment->time_posted)$comment->deleted ? 'deleted' : ''$comment->deleted ? '[deleted]' : nl2br($comment->content)$comment->idView::factory('news/_comments')->set('comments', $comment->children)->render()
 endif

Variable Documentation

if(count($comments) > 0) ($comments as $comment) ('small', $comment->deleted)?>" alt if (!$comment->deleted &&sess::is_logged_in()&&$comment->user->id==sess::getUserID()) endforeach = "?>"><?=$comment->deleted ? '[deleted]' : $comment->user->namedate::relative_time($comment->time_posted)$comment->deleted ? 'deleted' : ''$comment->deleted ? '[deleted]' : nl2br($comment->content)$comment->idView::factory('news/_comments')->set('comments', $comment->children)->render()

Definition at line 35 of file _comments.php.

Definition at line 40 of file _comments.php.