source:
OpenPNE/trunk/webapp/modules/pc/validate/page/c_topic_detail.ini
@
2
Last change on this file since 2 was 2, checked in by , 16 years ago | |
---|---|
File size: 325 bytes |
Line | |
---|---|
1 | [target_c_commu_topic_id] |
2 | type = "int" |
3 | required = 1 |
4 | min = 1 |
5 | |
6 | [direc] |
7 | type = "int" |
8 | required = 0 |
9 | default = 0 |
10 | |
11 | [page] |
12 | type = "int" |
13 | required = 0 |
14 | default = 1 |
15 | min = 1 |
16 | |
17 | [all] |
18 | type = "int" |
19 | required = 0 |
20 | default = 0 |
21 | min = 0 |
22 | max = 1 |
23 | |
24 | [body] |
25 | type = "string" |
26 | required = 0 |
27 | default = "" |
28 | |
29 | [err_msg] |
30 | type = "string" |
31 | required = 0 |
32 | default = "" |
Note: See TracBrowser
for help on using the repository browser.