GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::Plugin::ActorMetadata(3) User Contributed Perl Documentation Jifty::Plugin::ActorMetadata(3)

Jifty::Plugin::ActorMetadata - add created_by created_on updated_by updated_on columns to a model class

This plugin adds a model mixin which adds "created_by", "created_on", "updated_by" and "updated_on" columns to a model class.

 use strict;
 use warnings;
 
 package YourApp::Model::Thingy;
 use Jifty::DBI::Schema;
 
 use YourApp::Record schema {
 
         ...
 
 };
 use Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata;
 #Provides created_by, created_on, updated_by and updated_on
2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.