开发者

Build tables for ion auth and codeigniter

开发者 https://www.devze.com 2023-03-10 11:30 出处:网络
I have Codeigniter and Ion Auth installed on MAMP. I have the libraries working but I\'m not sure how to build the required database tables for Ion Auth. Is there a preferred / best-practices way of d

I have Codeigniter and Ion Auth installed on MAMP. I have the libraries working but I'm not sure how to build the required database tables for Ion Auth. Is there a preferred / best-practices way of doing this? Should I copy a query code from somewhere? Run a setup-db script? For that ma开发者_高级运维tter, with Codeigniter installed, is there any basic database setup that should be performed? All I have done is setup the ci_sessions table.

Thanks for any help.


Oh - I figured this one out.

Just import the .sql file provided by Ion Auth - in my case I used PHPmyAdmin to import ion_auth.sql.

This built the meta table, et al

0

精彩评论

暂无评论...
验证码 换一张
取 消