![]() |
[Solved] Very Confused Why Migrations Not Working. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [Solved] Very Confused Why Migrations Not Working. (/showthread.php?tid=60745) |
[Solved] Very Confused Why Migrations Not Working. - El Forum - 06-18-2014 [eluser]riwakawd[/eluser] I am just stumbled at the moment. I am trying to get my migrations to load as soon as codeigniter database.php has a database name. But the reason I found out migrations not working is because it loads at the same time. As when the database information gets sent to the database.php I have tried to make a test connection then run migrations but still same issue. I would like to be able to run migrations when database.php has a database name. On the same controller. I have also loaded migrations into the form validation and same issue. Not working out for me so far. Code: $this->load->library('form_validation'); |