php include file

Out of context: Reply #1

  • Started
  • Last post
  • 4 Responses
  • mike0

    break it apart into more of an inherited structure... so you can put the top-most include somewhere and then have the other includes grab their predecessor on the way down. intimately, the actual page builds will only include the last file in the chain and your boss won't know the different. in trade, you will have a nicely organized library of cascading include files. and make sure to user require_once and not include.

    <3

View thread