CodeIgniter Forums
WordPress to CI4 Migration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10)
+--- Thread: WordPress to CI4 Migration (/showthread.php?tid=75667)



WordPress to CI4 Migration - nonebeliever - 03-03-2020

Hello,

I have recent client who has something called a Mongo db database. I'm trying to figure out how to use CI4 with that database. They want to take their Wordpress site and move it over to CodeIgniter. 

thanks


RE: WordPress to CI4 Migration - jreklund - 03-03-2020

Hi, first of all. Do you and/or client understand that CodeIgniter aren't a Content Management System. All those parts need to be coded by you.
There are no PDO driver at the moment and no native driver for Mongo, so you can't use that storage engine. If you don't code your own driver.