Hello,
I need to use PHP in several templates (mostly add/remove variables from the PHP session), and I’m looking for the right way to embed a set of php functions, that I could re-use across all these templates.
I could try to make a plugin, but I’m afraid with parsing order issues, and I think I’d rather use the functions in php, not in template tags .
Obviously, I don’t want to mess things up with EE’s built in functions, so I need your good advice !
Cheers.
L.