root/lang/perl/misc/pboard/libs/gerneset.pm
@
12878
| Revision 12878, 309 bytes (checked in by hoge1e3, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package gerneset; |
| 2 | |
| 3 | @gerneset::ISA=qw(record); |
| 4 | |
| 5 | sub columnProp { |
| 6 | return (); |
| 7 | return |
| 8 | ( |
| 9 | "project"=>"n", # Number: num�Ͽ������ |
| 10 | "gerne"=>"n", |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | sub new{ |
| 15 | my $className=shift; |
| 16 | my $primaryKey=shift; #�������쥳���ɤξ��� &record::init($className,$primaryKey); |
| 17 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)