public function actionForum()
{
$this->render('<img src='http://www.yiiframework.com/forum/public/style_emoticons/default/huh.gif' class='bbc_emoticon' alt='???' />?');
}
I have a very large application built on Yii and want to integrate phpbb3 to my app. Can you please give me some tips on how to do this… i basically want to be able to have users login in my site but it will then automatically log them in the forums… thank you