basicAdminHTML Class Reference

Inheritance diagram for basicAdminHTML:

aliroBasicHTML aliroFriendlyBase advancedAdminHTML aliroPHPRenderer widgetAdminHTML

List of all members.

Public Member Functions

 __construct ($controller)

Protected Attributes

 $core = ''
 $act = ''


Detailed Description

Useful HTML class for admin side components

Definition at line 6 of file basicAdminHTML.php.


Constructor & Destructor Documentation

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 .= '&amp;act='.$this->act;
00018     }


Member Data Documentation

basicAdminHTML::$core = '' [protected]

Definition at line 7 of file basicAdminHTML.php.

basicAdminHTML::$act = '' [protected]

Reimplemented in aliroPHPRenderer.

Definition at line 8 of file basicAdminHTML.php.


The documentation for this class was generated from the following file:

Generated on Thu Apr 17 13:03:31 2008 for ALIRO by  doxygen 1.5.5