Codeigniter, Web Development
Hello Friends,
Welcome to Part 07 of the Codeigniter 4 Tutorial Series in Urdu/Hindi. Today in this Codeigniter 4 Video Tutorial, We are going to learn Building Responses with View Layouts.
CodeIgniter 4 supports a simple, yet very flexible, layout system that makes it simple to use one or more base page layouts across your application. Layouts support sections of content that can be inserted from any view being rendered. You could create different layouts to support one-column, two-column, blog archive pages, and more. Layouts are never directly rendered. Instead, you render a view, which specifies the layout that it wants to extend.