Mio934 Posted May 20, 2020 Share Posted May 20, 2020 hello, i created a new page, i need to send variables from my new php page to tpl i need to display it in the tpl page 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 22, 2020 Share Posted May 22, 2020 On 20/05/2020 at 11:53, Mio934 said: i created a new page, i need to send variables from my new php page to tpl then assign them in the .php file... $ca->assign('zzzz', 'hello world'); and that will give you a variable {$zzzz} that you can use in your template to output it's value - in this case, just a text string - "hello world". 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.