/[Arh]/lib/Arh/Model/Material.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 /lib/Arh/Model/Material.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations)
Fri Nov 30 00:03:15 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 345 byte(s)
very crude brain dump of various changes:
- introduce command ACL in Arh::DefaultACL which allmost all modes use
- rewrite most templates and implement crude hack Arch::Web::Material
  to render special type of form to add singe material
- version bump [0.02]
1 use strict;
2 use warnings;
3
4 package Arh::Model::Material;
5 use Jifty::DBI::Schema;
6
7 use Arh::Record schema {
8
9 column name =>
10 type is 'text',
11 is mandatory,
12 is indexed;
13
14 };
15
16 #use Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata; # created_by, created_on, updated_on
17
18 # Your model-specific methods go here.
19
20 use Arh::DefaultACL;
21
22 1;
23

  ViewVC Help
Powered by ViewVC 1.1.26