What is .tpl files? php, web design

前端 未结 10 1062
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 02:39

A man wants me to redesign a site run in PHP (VideoCMS). But when I asked him to send me the source he has given me *.tpl files instead of *.php. There is some code inside t

10条回答
  •  我在风中等你
    2020-11-29 03:18

    The files are using some sort of template engine in which curly braces indicate variables being generated by that templating engine, the files creating such variables must be present elsewhere with the more or less same name as the tpl file name. Here are some of templates engine mostly used.

    Smarty

    Savant

    Tinybutstrong

    etc

    With smarty being widely used.

提交回复
热议问题