Standard for codding

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fabby
Forum Commoner
Posts: 62
Joined: Tue Feb 15, 2005 1:06 am
Location: Romania
Contact:

Standard for codding

Post by fabby »

Do you knou any tutorial that suggest how to name your scripts, in which directory to put, how to structure the cod, etc?

for example the index.php contain:

header.php
index.php, where index.php include header and footer
footer.php

and the rest of my pages are made like that.

do you knou any tutorial?
thanks
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: Standard for codding

Post by JAB Creations »

See this thread for an example of how I handle PHP file structure and maybe others too.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Standard for codding

Post by josh »

Model view controller
Post Reply