Ticket #44 (new defect)
Opened 2 years ago
Remove the $this-> keyword from views
| Reported by: | james | Owned by: | james |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | System | Version: | Beta |
| Keywords: | Cc: | ||
| Blocking: | Blocked By: |
Description
Change the context in which views are executed so that the $this keyword is no longer necessary. May be as simple as extract()ing something, may require adding get() and set() methods to Controller().
Due to language scope limitations, I expect that $this-> will still be required in the actions themselves.
Note: See
TracTickets for help on using
tickets.
