Is there any way to use custom Wordpress installed authentication with Codeigniter framework?
-
please clarify what you mean... Use Wordpress.com authentication for Codeigniter?jondavidjohn– jondavidjohn2011-01-25 18:44:13 +00:00Commented Jan 25, 2011 at 18:44
-
what i ment was custom wordpress instalation with Codeigniter, do you have any clue?Yoosuf Mo– Yoosuf Mo2011-01-25 22:12:01 +00:00Commented Jan 25, 2011 at 22:12
-
Please give a much detailed explanation of what your goals are, how you want it to work, etc...jondavidjohn– jondavidjohn2011-01-25 23:09:29 +00:00Commented Jan 25, 2011 at 23:09
Add a comment
|
2 Answers
It would take some custom work to find the Wordpress auth library, insert it into CI, and then get the look-and-feel right for your app.
A better way would be to use an auth library that's been specially developed for CI, like the wonderful TankAuth...