YAFLogo

mjhufford
  • mjhufford
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
So I'm FINALLY getting around to devoting some serious time to YAF. I've got a phpnuke site using MySQL where I have about 22,000 registered users. I'm using LLBLGen Pro v3.0 to connect to MySQL and generate a DAL.

So I'm at the point where I'm writing methods to get all my old users and push them into YAF. I've added a few projects to the YAF solution to facilitate this. I can take my best shot and start creating users directly in the YAF tables with LLBLGen, but I thought I'd ask if there was a specific method call I could us in the YAF framework that would make it a bit faster.

Where is the method that creates users?

Sponsor
mjhufford
  • mjhufford
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
Poked around a bit -> looks like I need to use the user_save stored proc.
BWG
  • BWG
  • 100% (Exalted)
  • YAF Lover
14 years ago
I think the methods you need are in the RoleMembershipHelper class. You don't need to call stored procedure.