Changes between Initial Version and Version 1 of Ticket #21676, comment 89
- Timestamp:
- 07/01/2020 04:15:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21676, comment 89
initial v1 1 1 I'd like me too avoiding use of `extract`. 2 2 A `(get|set)_template_var()` approach would imply use of globals that's exactly what the ticket would like to avoid. 3 IMHO, moreover with such approach we should also add additional code to cleanup template variables after each template call s.3 IMHO, moreover with such approach we should also add additional code to cleanup template variables after each template call.