Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/python2.5/site-packages/libsvn/_fs.so: undefined symbol: svn_swig_get_application_pool" ). Look in the Trac log for more information.

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.