I have a view which comport a table of data, this data is generated on a model.
How can I call this model in my view to be posted on my view...?
That\'s the Equivalent of wh
First Model interacts withe the database.Then load the model and access relevant function in your controller.Finally load the data to view from the controller.That's it...you can show the data simply in a foreach loop.