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.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/objects.html 3 Mar 2002 06:29:41 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/objects.html 7 Mar 2002 06:55:36 -0000 1.7 @@ -14,9 +14,9 @@
First, add an entry to the acs_object_types table with the following PL/SQL call:
@@ -202,7 +202,7 @@The next thing we do is make a small modification to the data model to reflect the fact that each row in the notes table @@ -234,7 +234,7 @@
The next step is to define a PL/SQL package for your new type, and write some basic procedures to create and delete objects. Here is a @@ -290,7 +290,7 @@
The PL/SQL package body contains the implementations of the procedures defined above. The only subtle thing going on here is that we must use @@ -519,15 +519,15 @@
-Prev� | +PrevHome | -�Next + | Next | |
Overview� | +Overview | Up | -�OpenACS 4.5 Packages | +OpenACS 4.5 Packages |