Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Best Practices for User Profile Fields
  • Am using SimpleAuth and its obviously added Profile details which I want too use... I want to predefine some fields and set whether they are required and what not... The way I was thinking of doing this was using an array which I store in my Model_User which I can set some basic settings for... Is this a good idea? Or should I approach it from a different way?
  • The SimpleAuth example has a profile fields and also has a get profile fields function. I was hoping to use that...
  • I have a Model_User and Model_Profile. My user model is where I store the password, email, login stuff. I try to really only query that table for login info then a more basic Model_Profile that is basically just a user id, name, and things along those lines.
  • It's best to design your user table exactly how you want then just add the fields required for the auth library.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion