PHP Classes

File: docs/Features/Default replacement for a variable.md

Recommend this page to a friend!
  Packages of Rafa Rodriguez   Div PHP Template Engine   docs/Features/Default replacement for a variable.md   Download  
File: docs/Features/Default replacement for a variable.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Div PHP Template Engine
Template processing engine that replaces tags
Author: By
Last change:
Date: 4 months ago
Size: 271 bytes
 

Contents

Class file image Download

How to define a default replacement for a specific variable? It is really simple:

Syntax in PHP

<?php
	
div::selDefaultByVar($varname, $value_to_search, $replace_with, $update);

Syntax in templates


{@ ['varname', value_to_search, replace_with ] @}