Changes between Version 30 and Version 31 of DeveloperGuidelinesNewModule
- Timestamp:
- 02/18/10 09:01:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesNewModule
v30 v31 93 93 94 94 NB 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}}}95 If Custom Views are wanted they are detected automatically if files are found in {{{/views/<MODULE NAME>/<RESOURCE>_<METHOD>.html}}} 96 96 97 97 DeveloperGuidelines