Changes between Version 31 and Version 32 of DeveloperGuidelinesS3Framework
- Timestamp:
- 02/03/10 12:26:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v31 v32 17 17 This provides details on how to configure your Model & Controllers. Views may not be required, other than index.html 18 18 19 ==== Custom Functions Plugged into REST ====19 ==== Custom Functions Plugged into REST ==== 20 20 In many cases it may be much easier to implement non-CRUD resource functions as REST-plugins instead of separate controllers. 21 21 * see search_simple for an example