Topic: Where do you start?

In something like PunBB, which has alot of files to it (tpl files etc), where do you start at?
It boggles my mind really, because, all the files seem to reference each other in one way or another, so, it would seem to me that when you sit down to write something like this there would have to be a starting point.
Am I right in thinking this?

Re: Where do you start?

PunBB wasn't written as it is now directly, its a process which is built up, start simple and add stuff

Re: Where do you start?

Well, I usually start with 1 file. I create a basic little layout, then split it up to a header, a footer and the actual page (+ the CSS page). From there I build on, like adding a common.php that loads what's needed etc.