Freeside:1.9:Documentation:Developer/FS/Mason
From Freeside
NAME
FS::Mason - Initialize the Mason environment
SYNOPSIS
use FS::Mason qw( mason_interps ); my( $fs_interp, $rt_interp ) = mason_interps('apache'); #OR my( $fs_interp, $rt_interp ) = mason_interps('standalone'); #XXX name?
DESCRIPTION
Initializes the Mason environment, loads all Freeside and RT libraries, etc.
SUBROUTINE
- mason_interps [ MODE ]
- Returns a list consisting of two HTML::Mason::Interp objects, the first for Freeside pages, and the second for RT pages.
- MODE can be 'apache' or 'standalone'. If not specified, defaults to 'apache'.
BUGS
Lurking in the darkness...
SEE ALSO
HTML::Mason, FS, RT