Changes between Version 30 and Version 31 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
02/18/10 09:01:41 (15 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v30 v31  
    9393
    9494NB Only {{{index.html}}} is required to start with since the RESTful controller normally re-uses standard views.[[BR]]
    95 If Custom Views are wanted they are detected automatically if files are found in {{{/views/module/resource_method.html}}}
     95If Custom Views are wanted they are detected automatically if files are found in {{{/views/<MODULE NAME>/<RESOURCE>_<METHOD>.html}}}
    9696
    9797DeveloperGuidelines