Welcome Guest, Not a member yet? Register   Sign In
Loading a controller through an automatic condition
#2

If you use an Auth system then you could link the users profile with the user information in the database.

user table:
user_id

When you create a new user then assign the user_id to the profile_id then you can add all the profile information that you need for that user at any time.

profile table
profile_id

Then you could store all the profile information using the user_id
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Loading a controller through an automatic condition - by InsiteFX - 10-31-2016, 02:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB