[Typo3-dev] $BACK_PATH in wizards

Robert Lemke rl at robertlemke.de
Mon Aug 9 20:39:00 CEST 2004


Hi Martin,

On Tue, 2004-08-10 at 01:11, Martin T. Kutschker wrote:

> I'm trying to write a popup wizard. I need init.php which needs 
> $BACK_PATH. How do I set it for wizards. I know the ext.mng. clutch form 
> modules, but is there one for wizards too?

A wizard class usually has a main function which gets a reference to the parent object 
which is TCEforms. So this might help you:

function main ($PA, &$pObj)	{
	debug ($pObj->backPath);
}

-- 
robert

"They placed me on this earth without a manual. 
 And I dare to say, I’m doing just fine without ;)"






More information about the TYPO3-dev mailing list