Jump to content

codeigniter using ion auth


phpmady

Recommended Posts

Hi friends,

 

I have a 2 different user types :

 

one type using the tables:

 

gold_auth

gold_user

 

and another one with:

 

silver_auth

silver_user

 

I assume that changes in config table like the following can do a trick for me.

 

How to handle the user type: can i do some thing like this:

 

 

if(gold)

{

  config(gold_auth.php);

}

else

{

  config(silver_auth.php);

}

 

 

 

Thanks,

Link to comment
https://forums.phpfreaks.com/topic/259682-codeigniter-using-ion-auth/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.