コード例 #1
0
ファイル: Movie.php プロジェクト: maxwroc/PHP
 public function init()
 {
     parent::init();
     if (!empty($this->mTemplate)) {
         $this->mTemplate->aSubNavigation = array(array('url' => $this->oRouter->getPageUrl('/movie/add'), 'text' => 'Add from disk'), array('url' => $this->oRouter->getPageUrl('/movie/towatch'), 'text' => 'Add to watch'));
     }
 }
コード例 #2
0
ファイル: Mediavault.php プロジェクト: maxwroc/PHP
 public function init()
 {
     parent::init();
     $this->mTemplate->aSubNavigation = array(array('url' => '#', 'text' => 'Show all'), array('url' => '#', 'text' => 'Latest trailers'), array('url' => '#', 'text' => 'top rated'), array('url' => '#', 'text' => 'Most commented'));
 }
コード例 #3
0
ファイル: Raspberry.php プロジェクト: maxwroc/PHP
 public function getUrl($sPath = '')
 {
     return parent::getPageUrl($sPath);
 }