示例#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
 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);
 }