[Catalyst] Relational DB with Catalyst
    Will Smith 
    willbelair at yahoo.com
       
    Mon Sep 26 20:04:17 CEST 2005
    
    
  
Hi,
I have a db of  2 tables :book, author
create table author (
authorID INTEGER PRIMARY KEY,
name TEXT,
phone TEXT
);
 
create table book (
bookID INTEGER PRIMARY KEY,
description TET,
authorID INTEGER REFERENCES author
);
 
I use the Scaffold class to create TT, Model, and Controller for this. I can edit,add,delete data by accessing each class. 
Question: How can I make a view of authors and books?
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20050926/404ed50b/attachment.htm
    
    
More information about the Catalyst
mailing list