My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
##
## The Antville Project
## http://code.google.com/p/antville
##
## Copyright 2001-2007 by The Antville People
##
## Licensed under the Apache License, Version 2.0 (the ``License'');
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an ``AS IS'' BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
## $Revision:3355 $
## $LastChangedBy:piefke3000 $
## $LastChangedDate:2007-10-11 15:38:29 +0200 (Thu, 11 Oct 2007) $
## $URL$
##

_extends = Story
_parent = story.comments

story = object(Story)
story.local = story_id
story.foreign = id

parent = object(HopObject)
parent.local.1 = parent_id
parent.foreign.1 = $id
parent.local.2 = parent_type
parent.foreign.2 = $prototype

_children = collection(Comment)
_children.local = id
_children.foreign = parent_id
_children.order = created asc
_children.cachemode = aggressive
Show details Hide details

Change log

r3398 by piefke3000 on Jan 11, 2008   Diff
Whitespace changes only
Go to: 
Project members, sign in to write a code review

Older revisions

r3355 by piefke3000 on Oct 11, 2007   Diff
Renamed type.properties according to
prototype naming scheme recently
introduced in Helma (s. http://helma.o
rg/bugs/show_bug.cgi?id=533)
r3343 by piefke3000 on Sep 28, 2007   Diff
Intermediate commit:
 * Continued work on Story and Comment
prototypes
 * Fixed some minor issues introduced
lately
r3300 by piefke3000 on Jun 30, 2007   Diff
Added header to and cleaned up
property files
All revisions of this file

File info

Size: 1199 bytes, 42 lines

File properties

svn:eol-style
native
svn:keywords
Author Date Id Revision
Hosted by Google Code