filmov
tv
CodeIgniter 4 from Scratch - #8 - Views | View Layouts | Part 3/3
Показать описание
In this video of CodeIgniter 4 From Scratch Series we will learn how to use View Layouts. This is a third and last part of Views sub-series, where you will learn how you can create CodeIgniter Layout and extend it with a view file, so that you don't have to repeat your code in every controller by trying to echo all of the parts of your HTML.
View Layouts will help you achieve the following:
- keep your controllers clean
- make your HTML easy to maintain
- now you will 'return' just one view file instead of 'echo' many files
- no code repetition
This is a last part of CodeIgniter 4 Views so if you have watched this video, then you should feel comfortable about how to structure your views files so that your code stays maintainable, clean and without repetitions.
CodeIgniter 4 From Scratch Series, the series that are intended to help you get started with CodeIgniter 4 even if you have never worked with PHP frameworks before.
This course will not only help you get started with CodeIgniter but also will help you understand the way PHP Frameworks work.
For more information about CodeIgniter 4 View Layouts read the official docs
View Layouts will help you achieve the following:
- keep your controllers clean
- make your HTML easy to maintain
- now you will 'return' just one view file instead of 'echo' many files
- no code repetition
This is a last part of CodeIgniter 4 Views so if you have watched this video, then you should feel comfortable about how to structure your views files so that your code stays maintainable, clean and without repetitions.
CodeIgniter 4 From Scratch Series, the series that are intended to help you get started with CodeIgniter 4 even if you have never worked with PHP frameworks before.
This course will not only help you get started with CodeIgniter but also will help you understand the way PHP Frameworks work.
For more information about CodeIgniter 4 View Layouts read the official docs
Комментарии