View Single Post
Old 15.04.2004, 08:05   #21 (permalink)
mmx
Expert Mamber
 
Join Date: Apr 2004
Location: Virginia Beach, Virginia USA
Posts: 309
mmx is on a distinguished road
Send a message via MSN to mmx
Default Re: Multiple Mambo sites

It would probably make sense to expand on Tom's orginal all_ table approach to handle a single set of ACL tables for all sites.

If a boolean variable was added to configuration.php, 0 could be evaluated as single site operation and 1 could be evaluated as multisite operation. This could be used to handle cases where a mix of single site and multisite installations existed in the same database.

Then the boolean value could be used in a switch statement with multiple case clauses to determine if a site used its native #__users/ACL tables or a pooled set of all_ tables.

Quote:
Originally Posted by tonyskyday
Then how would you handle user registration updates? Such as password changes? Also, you'd have to change admin.registration.php as well I would think.

-Tony
mmx is offline   Reply With Quote
Sponsored Links