Page 1 of 1

Pl guide @ the design structure for any php project

Posted: Mon Feb 10, 2003 6:29 am
by krishnanaik
i hav devloped few small modules in php .But i hav no idea about the large project design (perticularly asking for php).Bcoz my file maintenece & the style of coding as i feel is very poor.After completion of the project when i look at the code and the entire devlopment for the project then i feel that i could have done it better . But i dont no how?

Posted: Mon Feb 10, 2003 6:34 am
by twigletmac
Sorry, could you explain a bit more what you are saying/asking.

Edit: thanks for the edit above, makes a bit more sense now.

Mac

Posted: Mon Feb 10, 2003 8:03 am
by Stoker
..when it comes to large projects, using revision control and a good directory structure is a must.. For revision control, I recommend looking at CVS, there are many howto's and even books on the subject that include guidelines on source/coding standards and such..