Logo
Explore Help
Sign In
smarty-php/smarty
1
0
Fork 0
You've already forked smarty
mirror of https://github.com/smarty-php/smarty.git synced 2025-10-06 01:00:54 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
smarty5
smarty/docs/programmers/api-functions/api-test-install.md

23 lines
337 B
Markdown
Raw Permalink Normal View History

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
2021-12-03 11:59:22 +01:00
testInstall()
checks Smarty installation
Description
===========
void
testInstall
This function verifies that all required working folders of the Smarty
Fixed several typos and grammar errors (#821)
2022-10-22 22:08:38 +02:00
installation can be accessed. It does output a corresponding protocol.
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
2021-12-03 11:59:22 +01:00
<?php
Update code examples to use Smarty\Smarty and autoload instead of require_once calls and new Smarty
2023-02-06 15:18:47 +01:00
use Smarty\Smarty;
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
2021-12-03 11:59:22 +01:00
$smarty = new Smarty();
$smarty->testInstall();
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 22ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API