Pass PHP variables between template files
If you need to pass a variable between template files, there will be many ways to do that. one more common way, not preferable way according to me is using Global variables. For example you have instance of class, save it in Global variable and now you will be able to use it throughout the […]