PretzelMaster Posted July 16, 2008 Share Posted July 16, 2008 Whats the best way to manage large projects? Right now I'm doing the 'subroutine' technique by having distinct sections in separate .php files, and 'including' them in a main .php file. Is this bad practice? I'm sure there are better ways! Any suggestions? Thanks! Link to comment https://forums.phpfreaks.com/topic/115129-large-project-management/ Share on other sites More sharing options...
trq Posted July 16, 2008 Share Posted July 16, 2008 Getting your functionality into separate classes always helps with organization. Link to comment https://forums.phpfreaks.com/topic/115129-large-project-management/#findComment-592059 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.