Probably one of the cool features of php for novice developers is a possibility to mix code and design elements in one file. It’s let you start writing your scripts very fast.
However when complexity of your scripts grows it’s become too hard to change design of your pages. Known solve of this problem is a design templates. Read the rest of this entry »