bilis_money Posted October 16, 2007 Share Posted October 16, 2007 I have two projects simultaneously right now and i have no idea how to manage them simultaneously. Any advice? Link to comment https://forums.phpfreaks.com/topic/73497-how-do-you-manage-multiple-projects/ Share on other sites More sharing options...
redbullmarky Posted October 16, 2007 Share Posted October 16, 2007 use a framework, or keep things as reusable as possible. group together common areas - ie, contact forms, static pages, libraries of functions. keep your templates/site specific stuff as seperate as you can from the logic of your code. if you can find similarities/common ground, you can hit two projects as if they're just the one. Link to comment https://forums.phpfreaks.com/topic/73497-how-do-you-manage-multiple-projects/#findComment-370776 Share on other sites More sharing options...
foreverhex Posted October 16, 2007 Share Posted October 16, 2007 I agree, I reuse script over and over. Just change a little here and there. Most site want the same thing. So their demands make your job easier. Link to comment https://forums.phpfreaks.com/topic/73497-how-do-you-manage-multiple-projects/#findComment-370986 Share on other sites More sharing options...
teng84 Posted October 16, 2007 Share Posted October 16, 2007 call me and i will help you with pay lol Link to comment https://forums.phpfreaks.com/topic/73497-how-do-you-manage-multiple-projects/#findComment-371105 Share on other sites More sharing options...
cmgmyr Posted October 17, 2007 Share Posted October 17, 2007 I think the way I'm reading this you are refering to keeping emails/contacts/to-do lists/milestones straight between the 2 projects? is that correct? if so you should really look into something like BaseCamp check out some of the plans. It's a very small investment to keep you organized. I like it a lot. Link to comment https://forums.phpfreaks.com/topic/73497-how-do-you-manage-multiple-projects/#findComment-371206 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.