Pl guide @ the design structure for any php project

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
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

Post 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?
Last edited by krishnanaik on Mon Feb 10, 2003 7:48 am, edited 1 time in total.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Last edited by twigletmac on Mon Feb 10, 2003 8:30 am, edited 1 time in total.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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..
Post Reply