Exemplo n.º 1
0
 function show()
 {
     $id = JRequest::getVar("optgrid");
     $productid = JRequest::getVar("productid");
     $this->load($id);
     display::showoptgroup($this, $productid);
 }