|
From: Chris W. <la...@us...> - 2001-10-22 15:22:47
|
Update of /cvsroot/openinteract/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv5985
Modified Files:
Changes
Log Message:
latest changes
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/Changes,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** Changes 2001/10/22 06:27:50 1.66
--- Changes 2001/10/22 15:22:45 1.67
***************
*** 15,18 ****
--- 15,31 ----
information for a particular record to use as defaults.
+ * SPOPS.pm
+
+ - Enable default values to be set via the object configuration
+ (or dynamically, via ClassFactory) that are used to fill up an
+ object created with new(). You can also use the key 'NOW' to
+ specify the current date/time or a class and method to deal with
+ more complicated tasks.
+
+ (Accompanying this, modified all implementations -- DBI, LDAP and
+ GDBM -- plus the iterators -- DBI and GDBM -- to pass a
+ 'skip_default_values => 1' when creating a new object to be
+ filled with a fetch() or fetch_group().)
+
* SPOPS/DBI/MySQL.pm:
|