Pl guide @ the design structure for any php project
Moderator: General Moderators
-
krishnanaik
- Forum Newbie
- Posts: 1
- Joined: Mon Feb 10, 2003 6:29 am
- Location: Mumbai/India
- Contact:
Pl guide @ the design structure for any php project
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?
Last edited by krishnanaik on Mon Feb 10, 2003 7:48 am, edited 1 time in total.
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
Edit: thanks for the edit above, makes a bit more sense now.
Mac
Last edited by twigletmac on Mon Feb 10, 2003 8:30 am, edited 1 time in total.
..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..