Public Member Functions | |
| init () | |
| Initialization of the class, setting GPvars. | |
| main () | |
| Main function Will issue a location-header, redirecting either BACK or to a new alt_doc.php instance... | |
Public Attributes | |
| $pid | |
| $P | |
| $table | |
| $id | |
|
|
Initialization of the class, setting GPvars.
Definition at line 93 of file wizard_list.php. References table(). 00093 {
00094 $this->P = t3lib_div::_GP('P');
00095 $this->table = t3lib_div::_GP('table');
00096 $this->id = t3lib_div::_GP('id');
00097 }
|
|
|
Main function Will issue a location-header, redirecting either BACK or to a new alt_doc.php instance...
Definition at line 105 of file wizard_list.php. References t3lib_BEfunc::getRecord(), getTCEFORM_TSconfig(), header(), and table(). |
|
|
Definition at line 82 of file wizard_list.php. |
|
|
Definition at line 80 of file wizard_list.php. |
|
|
Definition at line 77 of file wizard_list.php. |
|
|
Definition at line 81 of file wizard_list.php. |
1.3.8-20040913