Big Sister Web Application Framework
List of all members
BigSWAF::Util Class Reference

Public Member Functions

Public Functions
retval ldif (scalar text)
retval ldif2text (scalar ldif)
retval options (scalar object, scalar field)
retval pathtrans (scalar path)
 Many absolute paths exist (notably in the appframework config files).

Member Function Documentation

retval BigSWAF::Util::ldif ( scalar  text)
retval BigSWAF::Util::ldif2text ( scalar  ldif)
retval BigSWAF::Util::options ( scalar  object,
scalar  field 
)
retval BigSWAF::Util::pathtrans ( scalar  path)

Many absolute paths exist (notably in the appframework config files).

On some systems the install path is not known at the moment of compilation. On this systems the path may start with the pseudo directory ROOT or /ROOT. pathtrans() is responsible for translating such paths into real paths. Pass every absolute path through this function!

Returns
translated path if the path starts at ROOT, the original path otherwise

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