mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-30 07:57:14 +02:00
Feature/add docs (#689)
* Add converted docs repo * Set theme jekyll-theme-minimal * Removed BC docs, added TOC * Added TOCs, rewrote most important links in documentation. Linked README to new Github Pages site * some link fixes
This commit is contained in:
22
docs/programmers/api-functions/api-test-install.md
Normal file
22
docs/programmers/api-functions/api-test-install.md
Normal file
@ -0,0 +1,22 @@
|
||||
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 protocoll.
|
||||
|
||||
|
||||
<?php
|
||||
require_once('Smarty.class.php');
|
||||
$smarty = new Smarty();
|
||||
$smarty->testInstall();
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user