Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,294

    Re: I'm a noob, noob questions.

    If your Member class is similar to my User class concept, then not there. Between the two options, the SMS class would perform the login function, but maybe the login should be done by another class...
  2. Replies
    6
    Views
    1,294

    Re: I'm a noob, noob questions.

    Yes, "user[]" is a generic name for an array that holds User objects. You can name the class 'User' and the array of user objects anything you'd like. You might also consider using a collection...
  3. Replies
    6
    Views
    1,294

    Re: I'm a noob, noob questions.

    I imagine you'd have a User class and the array (or some other collection) would contain the existing User instances. When a user, new or existing, tries to logon, the collection of User instances...
Results 1 to 3 of 3