Welcome Guest, Not a member yet? Register   Sign In
Template View Library
#3

(03-06-2020, 02:06 PM)kilishan Wrote: I think you may have missed the new View Layouts in CI4.

Hello, kilishan

I didn't like the views layouts so much.

The need to add in each view affects the maintenance issue.

I used this library in Codeigniter v3, I rewrote it for use in v4 because I found it practical and useful.

As I understand it, the use of:

PHP Code:
<?= $this->extend('default'?>

It can be used only inside the View, in my opinion, this is more practical in the Controllers, leaving the View files just to "display", very transparent.

Well, of course this is a personal opinion. Anyway, I decided to share the Library with those interested.
Reply


Messages In This Thread
Template View Library - by MatheusCastro - 03-06-2020, 10:22 AM
RE: Template View Library - by kilishan - 03-06-2020, 02:06 PM
RE: Template View Library - by MatheusCastro - 03-06-2020, 02:27 PM
RE: Template View Library - by kilishan - 03-06-2020, 10:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB