PHP Classes

File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-test-install.md

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-test-install.md   Download  
File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-test-install.md
Role: Example script
Content type: text/markdown
Description: Example script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 352 bytes
 

Contents

Class file image Download

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();
?>