2

I need to embed/use the Usercake idea in Codeigniter? How should I go about doing this?

I am trying to use the userlogin, session, etc classes of UserCake in CI, but not having much luck.

Can anybody help me to do this? I have tried to search the solution in usercake official site, and came across this thread, but I am still unable to get the answer.

Rudi Visser
  • 21,350
  • 5
  • 71
  • 97
Sandesh Sharma
  • 1,064
  • 5
  • 16
  • 32

1 Answers1

0

It seems you are trying to use two different frameworks. My suggestion would be to use one of the available CodeIgniter libraries to manage your users. Refer to How should I choose an authentication library for CodeIgniter? for more information.

Community
  • 1
  • 1
Thomas Hambach
  • 307
  • 2
  • 11