How do I print an array value as a template tag as blank in shorthand, even if it's null? – PHP
If I have this in my main php file (eg. my controller) $debate['title'] = NULL; And this in my template file (eg. my views file), where I can include PHP with my HTML. Imagine that I'm using a template engine…