|
From: Chris W. <la...@us...> - 2001-10-15 04:24:40
|
Update of /cvsroot/openinteract/SPOPS/eg
In directory usw-pr-cvs1:/tmp/cvs-serv27838
Modified Files:
README
Log Message:
updated listing of sample stuff
Index: README
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/eg/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README 2001/10/08 13:23:34 1.5
--- README 2001/10/15 04:24:38 1.6
***************
*** 9,12 ****
--- 9,19 ----
- sample standalone scripts
+ My/DiscoverField.pm
+
+ - class that implements an SPOPS::ClassFactory rule so that you
+ do not need to specify fields in your object configuration if
+ you're using all fields in the table. (Extremely handy!)
+
+
The remainder of the files are to demonstrate user, group and security
objects. You can use these as you like.
***************
*** 18,22 ****
will be fixed with the next version of SPOPS.)
! users_groups_*.sql
- SQL to create the user, group and linking tables. Three
--- 25,29 ----
will be fixed with the next version of SPOPS.)
! users_groups_(mysql|pgsql|tsql).sql
- SQL to create the user, group and linking tables. Three
***************
*** 25,41 ****
Microsoft SQL Server (tsql).
stock_user_group.pl
- add some sample user/group data
! My/Common.com
- common parents for the My::* hierarchy. You'll need to set a
few values here so the objects know what database they are
connecting to and how they'll connect.
! My/User.pm
! - sample user object
My/Group.pm
--- 32,66 ----
Microsoft SQL Server (tsql).
+ users_groups_clear.sql
+
+ - SQL to clear out the tables (all databases)
+
+ users_groups_clear_pgsql.sql
+
+ - Extra SQL to clear out sequences from PostgreSQL. Run in
+ addition to 'users_groups_clear.sql'.
+
stock_user_group.pl
- add some sample user/group data
! stock_doodads.pl
+ - add sample objects
+
+ fetch_doodads.pl
+
+ - fetch sample objects as two different users, displaying
+ different security settings for each
+
+ My/Common.pm
+
- common parents for the My::* hierarchy. You'll need to set a
few values here so the objects know what database they are
connecting to and how they'll connect.
! My/Doodad.pm
! - sample dummy object
My/Group.pm
***************
*** 47,55 ****
- sample security object
! My/DiscoverField.pm
! - class that implements an SPOPS::ClassFactory rule so that you
! do not need to specify fields in your object configuration if
! you're using all fields in the table. (Extremely handy!)
========================================
--- 72,78 ----
- sample security object
! My/User.pm
! - sample user object
========================================
|