Index: openacs-4/packages/acs-core-docs/www/objects.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/objects.html,v diff -u -r1.43.2.7 -r1.43.2.8 --- openacs-4/packages/acs-core-docs/www/objects.html 16 Jan 2006 18:59:43 -0000 1.43.2.7 +++ openacs-4/packages/acs-core-docs/www/objects.html 17 Jan 2006 03:44:39 -0000 1.43.2.8 @@ -2,7 +2,7 @@ OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

Overview

-Developing data models in OpenACS 5.2.0 is much like developing data models +Developing data models in OpenACS 5.2.2 is much like developing data models for OpenACS 3, save for the implementation. As usual, you need to examine how to model the information that the application must store and manipulate, and define a suitable set of SQL tables. In our Notes @@ -314,7 +314,7 @@ models that are meant to be integrated with the OpenACS object system.

-There are two basic rules you should follow when designing OpenACS 5.2.0 data +There are two basic rules you should follow when designing OpenACS 5.2.2 data models: @@ -369,7 +369,7 @@ requires a good amount of thought at design time even for simple applications.

Summary

-Hooking into the OpenACS 5.2.0 object system brings the application developer +Hooking into the OpenACS 5.2.2 object system brings the application developer numerous benefits, and doing it involves only four easy steps: