Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How will you add or load a model in codeigniter?



How will you add or load a model in codeigniter?..

Answer / Amrendra Kumar Rohit

To add or load a model in CodeIgniter, follow these steps:n- Create your model by extending the CI_Model class and placing it inside the 'application/models' folder.n- Use the `load()` method to load your model wherever you want in your controller.n```phpn$this->load->model('YourModelName');```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

How we can get current method or controller in codeigniter?

1 Answers  


How many types of hooks are there in codeigniter?

1 Answers  


Which is best laravel or codeigniter?

1 Answers  


Where is a newly created library stored in codeigniter structure?

1 Answers  


What is api in codeigniter?

1 Answers  


What is use of hook in codeigniter?

1 Answers  


In which files routes are defined in codeigniter?

1 Answers  


What is the current version of codeigniter?

1 Answers  


What is the default controller used in codeigniter?

1 Answers  


List the new features of codelgniter?

1 Answers  


Explain routing in codeigniter?

1 Answers  


How to check data is updated or not in codeigniter

1 Answers  


Categories