Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
history.php
1 <?php $this->widget('history.widgets.LastVisitedPages', array('count' => 6)) ?>
2 <?php
3  $urlParts = array('get', 'messages', 'all');
4  shuffle($urlParts);
5  //Yii::app()->getModule('history')->save(implode('/', $urlParts), implode(' ', $urlParts), rand());
6 ?>