CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Design patterns

  1. #1
    Join Date
    Aug 2010
    Posts
    20

    Design patterns

    Hi,
    I'm going to develop a web application that will take care of permissions,
    it means that there is an administrator that have all permissions in the site, an unregisterd user that have some permissions, retgisterd user and so on..
    My question is what is the design pattern that corresponding to the situation??
    Thank you?

  2. #2
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Design patterns

    hmmmm what do you think of:
    http://www.vincehuston.org/dp/proxy.html
    ahoodin
    To keep the plot moving, that's why.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured