コード例 #1
0
ファイル: view.html.php プロジェクト: jeprodev/jeproshop
 public function renderDetails($tpl = null)
 {
     $supplierModel = new JeproshopSupplierModelSupplier();
     $suppliers = $supplierModel->getSuppliersList();
     $this->assignRef('suppliers', $suppliers);
     $this->addToolBar();
     $this->sideBar = JHtmlSideBar::render();
     parent::display($tpl);
 }