| Posted: 14 May 2006 16:58 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: May 2006
|
Hi, your board is really simple and pretty functional, thank you!
I've a question about the templating pattern:
why use the get_template function instead of heredoc syntax?
Thanks for your answer (and sorry for my bad english).
|
| Posted: 15 May 2006 17:31 |
|
|
|
Administrator
|
Posts: 1190
Join Date: Mar 2005
|
|
Quote: why use the get_template function instead of heredoc syntax? I think I've tested it and got no better performance. Plus, it is easier to customize by the average user (those who don't know php).
|