Welcome Guest, Not a member yet? Register   Sign In
How to insert corporate details into database
#8

(This post was last modified: 11-18-2020, 12:34 PM by InsiteFX.)

You used and alias when you initiated your model.

PHP Code:
---------------------> Model -----------------------> Model Alias Name.
$this->load->model('Afghanistancorporate_model''afghanistancorporate_model'); 

You only need the first one the alias is if you want to use a different name for your model.

Yes that is the correct way of doing it.

On your model calls you can assigning a result from the insert and delete.
All the model methods and QueryBuilder return a result from the methods.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to insert corporate details into database - by InsiteFX - 11-18-2020, 12:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB