Organizing and Developing a LARGE Project

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
Refrozen
Forum Newbie
Posts: 1
Joined: Fri Mar 25, 2005 8:49 pm

Organizing and Developing a LARGE Project

Post by Refrozen »

As I have posted this already on another forum (SitePoint) and have it all in seperate posts, I feel it is easier to just link to the thread.

http://www.sitepoint.com/forums/showthread.php?t=246707

Please reply here with your opinions and ideas, etc, on developing this project.

I plan on implementing some PHP Caching System too, to decrease server load.
[/list]
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

why?

Post by method_man »

y exactly do u want to do this???
msn and yahoo work just fine

matt
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Test Driven Design allows you to proceed one step (class) at a time, mocking out neighbouring classes as you go.

Apart from that I'd have Martin Fowler's PoEEA to hand (catalogue here - but more detail in the book) and about a million other pattern resources to refer to such as:

http://home.earthlink.net/~huston2/dp/
http://wact.sourceforge.net/
http://www.phppatterns.com/
http://www.corej2eepatterns.com/Pattern ... Filter.htm
http://java.sun.com/developer/technical ... admap.html
http://c2.com/cgi/wiki
Post Reply