GitPrep
Login
/
ken
/
DBIx-Custom
( forked from
kimoto/DBIx-Custom
)
Fork
Code
Issues
0
Pull request
0
Wiki
Members
Tree:
8ac7f66f07
DBIx-Custom
/
t
/
dbix-custom-core-sqlite
/
MyModel4
/
book.pm
/
Switch branches/tags
Branches
Tags
Yuki Kimoto
- added EXPERIMENTAL type() attribute to DBIx::Custom::Model
a082f2c
14 years ago
1 contributor
9 lines
|
0.102kb
Raw
Blame
History
package
MyModel4
::
book
;
use
base
'MyModel4'
;
sub
table
{
'table1'
}
sub
list
{
shift
->
select
}
1
;