John Coggeshall
discusses breaking PHP code into multiple files on O'Reilly's OnLamp
site. " Although it's not ever truly necessary, many times it becomes very important to have the ability to separate PHP code into multiple files to ease organization and promote the idea of reusing common functions within your PHP scripts."
(Log in to post comments)