Index: openacs-4/packages/acs-templating/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/www/doc/design.adp 4 Apr 2018 21:53:43 -0000 1.6 +++ openacs-4/packages/acs-templating/www/doc/design.adp 11 Apr 2018 20:52:01 -0000 1.7 @@ -267,15 +267,15 @@ a production server, where the content pages don't change. The latter is only inteded for testing.
This packages doesn't need a data model.
+This package doesn't need a data model.
It comes with its own database interfaces, one for using ns_ora,
the Oracle driver from ArsDigita, and one for ns_db, the builtin
database interface of the AOL server. If you are programming under
the ACS, you should use neither of these, but rather the
db_*
interface, in particular
db_multirow
.
This packages doesn't have a user interface. It is the +
This package doesn't have a user interface. It is the substrate of all user interfaces, be it user or admin pages.
Passing datasources by reference is new. The acs-templating