Hello dear readers,
Continuing with the series of classes on CodeIgniter 4 , in today’s video I go deeper into the concept of Views and show you how to easily create a template structure within CI4.
With this structure, just create the template areas (header, menu, footer, etc.) in separate Views and then include them within the other Views . This feature makes development faster and more organized and avoids code rewriting.