![]() |
## overview
where is 'set_fields'. ## reference https://codeigniter4.github.io/userguide...ation.html ## detail The Codeigniter 3 Tutorial had a special variable called 'set_fields'. The effect was to display the 'post' data entered by the user. Now, when I have a simple "create lesson" controller like this, is there a way to keep the values entered by the user? or should I assign it to '$ _POST' and use 'post' in the template? PHP Code: /** |
Messages In This Thread |
I want to return the value entered by the user at the time of validation error - by yoshi - 04-09-2022, 07:07 AM
RE: I want to return the value entered by the user at the time of validation error - by ignitedcms - 04-09-2022, 10:44 AM
RE: I want to return the value entered by the user at the time of validation error - by yoshi - 04-09-2022, 04:42 PM
RE: I want to return the value entered by the user at the time of validation error - by kenjis - 04-09-2022, 05:09 PM
RE: I want to return the value entered by the user at the time of validation error - by yoshi - 04-09-2022, 05:56 PM
RE: I want to return the value entered by the user at the time of validation error - by ignitedcms - 04-09-2022, 08:31 PM
RE: I want to return the value entered by the user at the time of validation error - by yoshi - 04-09-2022, 11:05 PM
|