Hi all, my company is trying to generate a programming standardization document and i'll like to consult you guys on some basic terminologies. please advise me if the following is true ------------------------------ jobs | ------------------------ | programs | | ----------------- | | modules | | | ------------- | | | functions | | | | basically, what i need to know is when designing a system, is it true that we will have: 1) many JOBS e.g. user maintenance page, customer maintenance page and these JOBS comprise of 2) many PROGRAMS e.g. user enquiry, user entry, user printout and these PROGRAMS comprise of 3) many MODULES e.g. a user entry program will need to display a list of users, the form to enter or edit a user's info and another to validate the entries and insert into the database and these MODULES comprise of 4) many FUNCTIONS e.g. calculateAge($dateOfBirth) is this true? what about the meaning of TASKS, OBJECTS and where do they fit? many thanks, Hwee -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php