Is there such a thing as an over use of PHP's include()?

Posted by Brook Julias on Stack Overflow See other posts from Stack Overflow or by Brook Julias
Published on 2010-06-08T12:16:25Z Indexed on 2010/06/08 12:22 UTC
Read the original article Hit count: 257

Filed under:
|

I am using includes to pull in the various functions I am using, and I am now starting to use include to pull in chunks of HTML/PHP. Is there a point where I have overused includes?

© Stack Overflow or respective owner

Related posts about php

Related posts about includes