Well, i have a complete core programmed for a forum.. and well, I really hate how I am currently doing my HTML layer.
Right now I am doing it where each section has a function for before, after, and for the thing itself. For example, for posts, I have a function for the HTML before the post, the actual post (with HTML), and for the HTML after the post. Thats just the first thing I could think of to do a HTML layer.
What methods you guys use?