#11 Passing data to views | Data Iteration in views | CodeIgniter 4 Tutorials

#11 Passing data to views | Data Iteration in views | CodeIgniter 4 Tutorials

GoPHP

4 года назад

14,925 Просмотров

- We know that, A view is always responsible for displaying the data.
- A view Always knows how to display the data beautifully, but it does not know what to display
- By default a view will never get the data directly from database.
- By using controllers, we can pass data to views
- Data is passed from the controller to the view by way of an array in the second parameter of the view function.
echo view(" view_name ",$data)

Тэги:

#control_structures #template_engine #view_components #data_iteration
Ссылки и html тэги не поддерживаются


Комментарии: