I dont like to use a template engine in PHP. But i do like to assign {variable} to a PHP variable. How can i convert these variables to a php variable?
I tried to search on stackoverflow etc, nothing is what i mean.
Probally you will suggest use a TPL engine but that is not my question. What should be the right term for this 'function'. I just wanna learn for example with a good tutorial.
{username} links to $user->data()->username
{username}USING php? Or am I misunderstanding.