[Chameleon-dev] [Bug 607] [Chameleon] LegendTemplate not found
problem
bugzilla-daemon at www.maptools.org
bugzilla-daemon at www.maptools.org
Tue Aug 3 09:13:47 EDT 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=607
------- Additional Comments From pspencer at dmsolutions.ca 2004-08-03 09:13 -------
Jeff, there are a couple of new functions in the core of Chameleon now that can
help resolve this problem. To use them:
$oApp = GetChameleonApplication();
$szAbsPath = $oApp->resolvePathTo( $szRelPath, $_SESSION['gszAppPath'] );
this will create an absolute file system path from a relative path, relative to
the application directory. If $szRelPath is absolute already, then it will be
returned as is. If $szRelPath is a URL, it will be returned as is.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Chameleon-dev
mailing list