Creating Tables |
Hello,
I use to work with Laravel and I want to know if there is any way such as migrantion in laravel for Codeigniter I mean to create tables and roles of them then just run it in command and it creates tables automatically so no need to work on my phpmyadmin and input many lines of codes to create tables, is there? Thanks. (05-08-2017, 04:43 PM)robertnicjoo Wrote: Hello, Hi, there is an ugly way to do something like this: PHP Code: $source = $this->load->database('source_db', TRUE);
I think you have to read the docs first. CodeIgniter has a very nice documentation.
https://www.codeigniter.com/user_guide/l...ation.html its also available in your local copy under user_guide
God Bless CI Contributors
![]() |
Welcome Guest, Not a member yet? Register Sign In |