mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: remove unneeded <?=
and ?>
This commit is contained in:
parent
3f480d4534
commit
f58bac1954
@ -50,7 +50,7 @@ the slug from our title in the model. Create a new view at
|
||||
|
||||
There are probably only three things here that look unfamiliar.
|
||||
|
||||
The ``<?= session()->getFlashdata('error') ?>`` function is used to report
|
||||
The ``session()->getFlashdata('error')`` function is used to report
|
||||
errors related to CSRF protection.
|
||||
|
||||
The ``service('validation')->listErrors()`` function is used to report
|
||||
|
Loading…
x
Reference in New Issue
Block a user