03-26-2021, 09:23 PM
Permission to ask.
Can the form helper be used in a view parser?
Is there an example?
Can the form helper be used in a view parser?
Is there an example?
Form Helper in view parser
|
03-26-2021, 09:23 PM
Permission to ask.
Can the form helper be used in a view parser? Is there an example?
03-29-2021, 02:38 AM
I don't think you can because the view parser will not allow any php code.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
03-29-2021, 01:10 PM
I think you should register those functions as a plugin https://codeigniter4.github.io/userguide...g-a-plugin
|