Hello
to someone who very good at template, and if you don't mind, can you explain me more detail in how to build a template(Fast template) because I'm new to PHP and I must submit this project before in the end of August.I used yor book - Proffesional PHP programming.
i have a form - "question.html" where the user put their questionnaire data here, like title, instruction,question and answer. So I want all the data will appear in new document. where in the document another user will vote for the question. I know maybe you think it's easy, but i really don't understand esp about
$tpl = new FastTemplate("path")..do you mean it folder or what?
$tpl -> define(array("table" -> "table.tpl", "row" => "row.tpl"));...
what is table and row?
thank you very much for your kindness.