PHP Classes

Template placeholders usage ambiguity

Recommend this page to a friend!

      PHP Report  >  All threads  >  Template placeholders usage ambiguity  >  (Un) Subscribe thread alerts  
Subject:Template placeholders usage ambiguity
Summary:Template placeholders usage ambiguity
Messages:1
Author:Rajesh Kakkad
Date:2018-11-26 07:06:21
 

  1. Template placeholders usage ambiguity   Reply   Report abuse  
Picture of Rajesh Kakkad Rajesh Kakkad - 2018-11-26 07:06:21
In example, 'qty', 'price' etc variables are used when using template. In template explanation, it is said use placeholders to use it in reports. The template 'Invoice.xls' has {prod:price}, {prod:total} {inv:date} etc placeholders. There is no such data naming in the report coding. For example when and why to use that {inv: or {prod: that is preceding the placeholder ?