/[webpac2]/Webpacus2/lib/Webpacus/Model/Search.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus2/lib/Webpacus/Model/Search.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 930 - (show annotations)
Wed Oct 31 10:34:38 2007 UTC (16 years, 8 months ago) by dpavlin
File size: 324 byte(s)
 r1388@llin:  dpavlin | 2007-10-31 00:10:45 +0100
 addes simple model and action for search

1 use strict;
2 use warnings;
3
4 package Webpacus::Model::Search;
5 use Jifty::DBI::Schema;
6
7 use Webpacus::Record schema {
8
9 column name =>
10 label is _('Field name'),
11 is mandatory;
12
13 column items =>
14 label is _('Occurs in data'),
15 type is 'int',
16 default is 0,
17 is mandatory;
18
19 };
20
21 # Your model-specific methods go here.
22
23 1;
24

  ViewVC Help
Powered by ViewVC 1.1.26