Changeset 5514 for trunk/prototype/config/attachment.ini
- Timestamp:
- 02/14/12 16:52:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/config/attachment.ini
r5399 r5514 1 1 service = PostgreSQL 2 PostgreSQL.concept = attachment 3 4 [model.hasOne] 5 schedulable = schedulable.attachments 2 6 3 7 [before.create] 4 beginWork = services/PostgreSQL.php5 8 encodeCreateAttachment = modules/calendar/interceptors/DBMapping.php 6 9 10 [after.delete] 11 deleteAttachmentDependences = modules/calendar/interceptors/DBMapping.php 7 12 8 [after.create] 9 endWork = services/PostgreSQL.php 13 [PostgreSQL.mapping] 14 id = "id" 15 source = "source" 16 type = "type" 17 name = "name" 18 size = "size" 19
Note: See TracChangeset
for help on using the changeset viewer.