Log in

View Full Version : Break up large php file advantage?


mlulm
04-18-2012, 02:52 PM
I have a large php file that I’m only using a small part of most of the time. Would there be an advantage to breaking it in two and only accessing the big part with an if and include statement when needed?