
Public Member Functions | |
| __construct ($controller) | |
Protected Attributes | |
| $core = '' | |
| $act = '' | |
Definition at line 6 of file basicAdminHTML.php.
| basicAdminHTML::__construct | ( | $ | controller | ) |
Reimplemented from aliroBasicHTML.
Definition at line 10 of file basicAdminHTML.php.
References $_REQUEST, aliroBasicHTML::$controller, core, and aliroFriendlyBase::getParam().
00010 { 00011 parent::__construct($controller); 00012 $this->act = $controller->act; 00013 if ($this->core = strtolower($this->getParam($_REQUEST,'core'))) { 00014 $this->optionline = "<input type='hidden' name='core' value='$this->core' />"; 00015 $this->optionurl = 'index.php?core='.$this->core; 00016 } 00017 $this->optionurl .= '&act='.$this->act; 00018 }
basicAdminHTML::$core = '' [protected] |
Definition at line 7 of file basicAdminHTML.php.
basicAdminHTML::$act = '' [protected] |
1.5.5