[Phplib-users] Template Class
Brought to you by:
nhruby,
richardarcher
|
From: Abu H. <ab...@tr...> - 2001-08-16 04:52:58
|
I saw there is no special variabel to select value, using template (IF), example:
{TMPL_IF VAR=1}
do 1
{TMPL_ELSE}
do 2
{/TMPL_IF}
how to do it on template class?
~abu~
|