17 Nov
2011
17 Nov
'11
11:51 a.m.
On 17 November 2011 11:28, <lists@nidelven-it.no> wrote:
Hi,
I have a bunch of External Methods I'd like to make available in a skin form, and which reload in the same way a page template would if it was modified and the server was in debug mode.
External methods should not require restarts either.
What's the recommended product for enabling this now?
A more robust approach may be to turn your external methods into views, utility functions called from other views, portal_setup upgrade steps, or whatever other purpose they serve. Martin