Welcome Guest, Not a member yet? Register   Sign In
Fieldnames and templates rendering
#1

Hello All,
When you name table fields like this : id, date, action_id ...
in your template you have <tr><td>{id}</td><td>{date}</td><td>{action_id}</td>...

during variable replacement in template file, CI4 does
id -> {id} : OK
date -> {date} : OK 
but : id -> {id_action} : !OK

it works fine, if fields are named like this : id, date, action_id

Right ? 
Why ?
Thanks, nice day
Eric
Reply


Messages In This Thread
Fieldnames and templates rendering - by foxbille - 03-14-2020, 02:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB