Page 1 of 1

Can anyone tell me what are templates?

Posted: Wed Jul 09, 2003 9:33 pm
by nasr
hello,

how are u today? :)

i have a question.

I need to know what are templates and how do they work?

i hope i can find the answers here.

thank u very much in advance.


nas :roll:

Posted: Thu Jul 10, 2003 6:51 am
by cactus
Templates is a generic term for the separation of data and presentation, as you advance in the development of PHP driven sites/portal you will find that maintenance of both your backend (PHP) and frontend (markup) becomes quite difficult if you have a signifiicant amount of code interspersed in your presentation (markup).

There are quite a few ready made templating systems on the net, and on the PHPDN Member sites:

Ref : http://use.devnetwork.net/use.php?w=p&q=templates

Hope this helps.

Regards,

Posted: Thu Jul 10, 2003 4:32 pm
by nasr
i c

thanx cactus

i appreciate your help