- Joined
- Jul 22, 2002
- Messages
- 872
- Reaction score
- 0
I'm presently undertaking a rather large project of a modular site-builder in php/mysql that will allow me to dynamically create each page based upon the content i wish to display. i.e. news, reviews, articles.
i've been looking at the various ways of doing this and i'm curious which is the way others have gone about doing something similiar.
i'm presently leaning towards a class based system that generates all html output on the the fly in the php code itself but i know you can also try and separate the layout from the business logic by ways of html templates with {title} style variables which you then parse using php.
I know we have some talented coders here so this will hopefully make for interesting conversation.
Ciq
i've been looking at the various ways of doing this and i'm curious which is the way others have gone about doing something similiar.
i'm presently leaning towards a class based system that generates all html output on the the fly in the php code itself but i know you can also try and separate the layout from the business logic by ways of html templates with {title} style variables which you then parse using php.
I know we have some talented coders here so this will hopefully make for interesting conversation.
Ciq