Smarty is installed in all ServerGrove servers in the PHP include path. In order to use it, just include the library like this:
<?php
require('Smarty/Smarty.class.php');
$smarty = new Smarty();
?>
Smarty is installed in all ServerGrove servers in the PHP include path. In order to use it, just include the library like this:
<?php
require('Smarty/Smarty.class.php');
$smarty = new Smarty();
?>