Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 352 Bytes

api-test-install.md

File metadata and controls

22 lines (13 loc) · 352 Bytes

testInstall()

checks Smarty installation

Description

void

testInstall

This function verifies that all required working folders of the Smarty installation can be accessed. It does output a corresponding protocol.

<?php
require_once('Smarty.class.php');
$smarty  = new Smarty();
$smarty->testInstall();
?>