Welcome Guest, Not a member yet? Register   Sign In
migrating complete users data from PHP to Codeigniter
#1

Hi I had PHP eCommerce website I have rebuild my website on Codeiginiter. Now I want to transfer my users data, such as their account/payments and also website page links to codeiginiter website. But I don't know how do I do this? i searched on google but I haven't got any results. Can anybody share the guideline? I can do the rest
Reply
#2

You didn't find anything on Google because there's no magical way to do this. You'll need to write a script to import your old data in your new database.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#3

Use CI's batch_insert after looping through your existing results from a query that gets everything from the table. Very simple.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB