Ticket Details
Option to disable extract()'ing of template variables
RFC Ticket (closed)
Since some people prefer more explicit access to variables, this ticket considers the possibility of the template renderer implementing `ArrayAccess`, such that variables accessed in templates as `$foo` would also be accessible as `$this['foo']`. Furthermore, an option could be added to `render()` to disable calling `extract()` on template variables. Please comment on proposed syntax/options/implementations.
Updates
on 02.15.10
by ramsey
on 02.15.10
by scoates
(fixed)
on 04.17.10
by nate
- status was changed to closed
- resolution was changed to fixed