interface that represents a dwoo compiler
while implementing this is enough to interact with Dwoo/Dwoo_Templates, it is not sufficient to interact with Dwoo_Plugins, however the main purpose of creating a new compiler would be to interact with other/different plugins, that is why this interface has been left with the minimum requirements.
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
This file is released under the LGPL "GNU Lesser General Public License" More information can be found here: http://www.gnu.org/copyleft/lesser.html
Located in /Dwoo/ICompiler.php (line 27)
compiles the provided string down to php code
adds the custom plugins loaded into Dwoo to the compiler so it can load them
sets the security policy object to enforce some php security settings
use this if untrusted persons can modify templates, set it on the Dwoo object as it will be passed onto the compiler automatically
Documentation generated on Sun, 03 Aug 2008 15:12:38 +0200 by phpDocumentor 1.4.0