We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created a base.app.php layout.
base.app.php
Then I created a login page:
# app/Views/security/login.php <?php $this->extend('base.app.php'); ?> <?= $this->section('body') ?> <h1>Login Page</h1> <?= $this->endSection() ?>
CI4 works nicely. No problem.
But when I clicked views in debugbar;
1 APPPATH/Views/base.app.php 2 1 APPPATH/Views/base.app.php Login Page
What I expect (I guess):
1 APPPATH/Views/base.app.php 2 1 APPPATH/Views/security/login.php Login Page
I wanted to let you know if this is a bug.
CI Tested Versions: v4.0.3, v4.0.4
The text was updated successfully, but these errors were encountered:
f6a4d52
@michalsn took care of that real quick!
Sorry, something went wrong.
No branches or pull requests
I created a
base.app.php
layout.Then I created a login page:
CI4 works nicely. No problem.
But when I clicked views in debugbar;
What I expect (I guess):
I wanted to let you know if this is a bug.
CI Tested Versions: v4.0.3, v4.0.4
The text was updated successfully, but these errors were encountered: