Welcome Guest, Not a member yet? Register   Sign In
Getting Started with CodeIgniter 4 PreAlpha 1
#8

(This post was last modified: 11-15-2016, 04:12 AM by Vimal.)

(11-14-2016, 01:40 AM)sv3tli0 Wrote: So migration will be impossible without rewriting your app.

Ya sure. Rewrite means I can not use existing code in any situation?
I understand I have to change the code where I created and called model.

for example
$this->load->model('user');

to
use App\Models\User; and than dependency injection.

Or I have to start from scratch?? Undecided

Edit.
I want to use CI4 but its not ready yet. And I can't wait for it.
Reply


Messages In This Thread
RE: Getting Started with CodeIgniter 4 PreAlpha 1 - by Vimal - 11-15-2016, 04:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB