Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

catalyst::helper::model::cdbi(3pm) [debian man page]

Catalyst::Helper::Model::CDBI(3pm)			User Contributed Perl Documentation			Catalyst::Helper::Model::CDBI(3pm)

NAME
Catalyst::Helper::Model::CDBI - Helper for CDBI Models SYNOPSIS
script/create.pl model CDBI CDBI dsn user password DESCRIPTION
Helper for CDBI Model. METHODS mk_compclass Reads the database and makes a main model class as well as placeholders for each table. mk_comptest Makes tests for the CDBI Model. SEE ALSO
Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper AUTHOR
Sebastian Riedel, "sri@oook.de" LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. NAME
[% class %] - CDBI Model Component SYNOPSIS
See "[% app %]" DESCRIPTION
CDBI Model Component. AUTHOR
[% author %] LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. NAME
[% tableclass %] - CDBI Table Class SYNOPSIS
See "[% app %]" DESCRIPTION
CDBI Table Class. AUTHOR
[% author %] LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. perl v5.10.1 2010-02-09 Catalyst::Helper::Model::CDBI(3pm)

Check Out this Related Man Page

Catalyst::Helper::Model::Adaptor(3pm)			User Contributed Perl Documentation		     Catalyst::Helper::Model::Adaptor(3pm)

NAME
Catalyst::Helper::Model::Adaptor - helper for the incredibly lazy SYNOPSIS
Running: ./script/myapp_create.pl model SomeClass Adaptor MyApp::Backend::SomeClass create Will create "YourApp::Model::SomeClass" that looks like: package YourApp::Model::SomeClass; use strict; use warnings; use base 'Catalyst::Model::Adaptor'; __PACKAGE__->config( class => 'MyApp::Backend::SomeClass', constructor => 'create', ); 1; Why you need a script to generate that is beyond me, but here it is. ARGUMENTS
./script/myapp_create.pl model <model_name> Adaptor <class> [<constructor>] You need to sepecify the "model_name" (the name of the model), and "class", the class being adapted. If "$class->new" isn't going to do what you want, pass the name of $class's constructor as "constructor". AUTHOR
Jonathan Rockway "<jrockway@cpan.org>" LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself. No copyright claim is asserted over the generated code. perl v5.10.1 2010-02-09 Catalyst::Helper::Model::Adaptor(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. IP Networking

Cisco Catalyst 1700

Hi, Sorry about the hassle... Does anyone know if the Cisco Catalyst 1700 is stackable, I ckecked in the Cisco home page, bulletins etc. but can't find anything. Thanks in advance (1 Reply)
Discussion started by: guest100
1 Replies

2. Filesystems, Disks and Memory

DEC 3000 Model 800/800S AXP (RAM Required)

Hi all, Have two legacy DEC 3000 Model 800/800S AXP boxes and woud apart from learning how to set them up properly, I'd like to also increase the amount of RAM on both (or at least one) of the servers. Currently I've moved all the RAM from the second box into the primary box which now holds a... (2 Replies)
Discussion started by: Cameron
2 Replies

3. AIX

Migration from OLD server to NEW one

Hi everybody, I want ask if it is possible to copy all storage structure (VGs, LVs & filesystems) from one server to another. In other words, I want to move my system from old server to new one, so I want the new server exactly have the same sizes and number of VGs, LVs, & filesystems. Thanks... (11 Replies)
Discussion started by: aldowsary
11 Replies

4. AIX

model 43P 7248 Recovery!

HI all! this is my problem: my boss got a Model 43P 7248-100 PowerPC server with the AIX 4.2 os, but some days ago it crashed and now it doesn't want to boot up again, it stops after the initial diagnostic phase with the "PowerPC" screen! I must recover some important data from the hard disk, so... (6 Replies)
Discussion started by: AKO
6 Replies

5. Shell Programming and Scripting

Creating a table

I have a file like below Iter 1: Best Model = 10.0 12.0 13.0 17.0 23.3 78.7 Iter 2: Best Model = 10.0 20.0 30.0 40.0 50.0 60.0 Iter 3: Best Model = 27.3 46.3 84.5 23.0 34.5 35.4 etc I want to use a scipts using csh or awk to select the iteration number and show the numbers in a table... (2 Replies)
Discussion started by: kristinu
2 Replies

6. Shell Programming and Scripting

Perl - nested substitutions

How can I nest substitutions ? My solution just seems cheap ... sample data Cisco Catalyst Operating System Software, Version 235.5(18) Cisco Catalyst Operating System Software, Version 17.6(7) Cisco Catalyst Operating System Software, Version 19.6(7) Cisco Catalyst Operating System... (1 Reply)
Discussion started by: popeye
1 Replies

7. AIX

Model old user for new user

Hello, an employee just left the company and a new user has taken his place. the request is to for the new user to have the same access to the servers as the old employee had. the old user still has his account present on the servers. can anyone tell me an easy way of doing this? without... (10 Replies)
Discussion started by: audis$
10 Replies