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
Standard for codding
Moderator: General Moderators
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: Standard for codding
See this thread for an example of how I handle PHP file structure and maybe others too.
Re: Standard for codding
Model view controller