Blame | Letzte Änderung | Log anzeigen | RSS feed
testInstall()checks Smarty installationDescription===========voidtestInstallThis function verifies that all required working folders of the Smartyinstallation can be accessed. It does output a corresponding protocol.<?phprequire_once('Smarty.class.php');$smarty = new Smarty();$smarty->testInstall();?>