Question:

Can anybody tell me, what is tiered membership scheme, I am developing a website and your answer can help me.

by  |  earlier

0 LIKES UnLike

Can anybody tell me, what is tiered membership scheme, I am developing a website and your answer can help me.

 Tags:

   Report

1 ANSWERS


  1. Yeah it is basically broken down in three parts

    1. Presentation - This is what the user sees

    2. Logic - This is the programming/Classes

    3. Data - This is your database.

    The presentation is your HTML or Whatever language you use. And it is what the user will interact with.

    The logic is creating the programming that tells the website what to do when an action takes place. So if I have to login you might have a class called security which would salt your users passwords or you would for sure have a user class that would say..."If this username exists and has a password that matches" send them to this page logged in with this information.

    The last structure is database which is where the actual data is stored so you would have a data table called users and columns that are username, customerID, password, email, first_name, etc...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.