Re: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Steve Atkins
On Jan 18, 2008, at 3:28 PM, Andrew Rodland wrote: On Friday 18 January 2008 02:47:14 pm Mesdaq, Ali wrote: I have to just rant a bit about that. The most difficult thing about catalyst is trying to learn dbic. Except that's not a "thing about catalyst". You don't need to use DBIC. It's a

Re: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Andrew Rodland
On Friday 18 January 2008 02:47:14 pm Mesdaq, Ali wrote: > I have to just rant a bit about that. The most difficult thing about > catalyst is trying to learn dbic. Except that's not a "thing about catalyst". You don't need to use DBIC. It's a popular choice, sure, but if you think that something

RE: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Mesdaq, Ali
Rockway [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 1:50 PM To: The elegant MVC web framework Subject: RE: [Catalyst] Documentation on DBIx Class On Fri, 2008-01-18 at 12:47 -0800, Mesdaq, Ali wrote: > I have to just rant a bit about that. The most difficult thing about > catal

RE: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Jonathan Rockway
On Fri, 2008-01-18 at 12:47 -0800, Mesdaq, Ali wrote: > I have to just rant a bit about that. The most difficult thing about > catalyst is trying to learn dbic. I love dbic and how clean it can make > working with the data layer but because of the documentation its hard to > wrap ur head around to

RE: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Mesdaq, Ali
http://www.WebsenseSecurityLabs.com -- -Original Message- From: Alex Povolotsky [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 12:04 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Documentation on DBIx Class Ian Tegebo wrote: > >>

RE: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Peter Edwards
>-Original Message- >From: Jennifer Ahn [mailto:[EMAIL PROTECTED] >Sent: 18 January 2008 20:07 >To: The elegant MVC web framework >Subject: Re: [Catalyst] Documentation on DBIx Class > >Where is a good place to learn DBIx::Class in a few hours? > >I've a

Re: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Alex Povolotsky
Jennifer Ahn wrote: Where is a good place to learn DBIx::Class in a few hours? I've always used the DBI module for my CGI scripts. Few hours? Ask your documentation pills dealer... ;) Alex. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://list

Re: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Michael Higgins
On Fri, 18 Jan 2008 12:06:39 -0800 Jennifer Ahn <[EMAIL PROTECTED]> wrote: > Where is a good place to learn DBIx::Class in a few hours? > > I've always used the DBI module for my CGI scripts. > http://cpan.uwinnipeg.ca/htdocs/DBIx-Class/DocMap.html might be a good start? A few hours, eh? ;-) I

Re: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Jennifer Ahn
Where is a good place to learn DBIx::Class in a few hours? I've always used the DBI module for my CGI scripts. Alex Povolotsky wrote: Ian Tegebo wrote: Unfortunately, Tutorial is weak. CRUD section lacks Update at all, and it does not deal with any transaction, and it seems to use poor meth

Re: [Catalyst] Documentation on DBIx Class

2008-01-18 Thread Alex Povolotsky
Ian Tegebo wrote: Unfortunately, Tutorial is weak. CRUD section lacks Update at all, and it does not deal with any transaction, and it seems to use poor methods to create records. Could you provide an example of richer methods for record creation? Not yet. I'm learning Catalyst for ab

Re: [Catalyst] Documentation on DBIx Class

2008-01-17 Thread Mike Whitaker
On 16 Jan 2008, at 07:54, Peter Sørensen wrote: Now I've come across Catalyst and DBIx. *cough* DBIC :) -- Mike Whitaker - [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] Documentation on DBIx Class

2008-01-16 Thread Matt S Trout
On Wed, Jan 16, 2008 at 08:54:35AM +0100, Peter Sørensen wrote: > Hi, > > I've been using perls for years and when dealing with web - CGI and DBI. > > Now I've come across Catalyst and DBIx. This is fantastic. Now I can > get back to the code I've written and actually understand what I wrote 2

Re: [Catalyst] Documentation on DBIx Class

2008-01-16 Thread Mike Whitaker
I need some advice on where to look for documentation specially the DBIx Class and which methods I can use in here along with Catalyst. On top of everyone else's suggestions, DO read the perldocs for SQL::Abstract, as that's how DBIC queries are defined. -- Mike Whitaker - [EMAIL PROTECTED]

Re: [Catalyst] Documentation on DBIx Class

2008-01-16 Thread Ian Tegebo
On 1/16/08, Alex Povolotsky <[EMAIL PROTECTED]> wrote: > Tobias Kremer wrote: > > > >> I need some advice on where to look for documentation specially > >> the DBIx Class and which methods I can use in here along with Catalyst. > >> I've already ordered the Catalyst book but until this arrive any h

Re: [Catalyst] Documentation on DBIx Class

2008-01-16 Thread Alex Povolotsky
Tobias Kremer wrote: I need some advice on where to look for documentation specially the DBIx Class and which methods I can use in here along with Catalyst. I've already ordered the Catalyst book but until this arrive any hints? I suggest going through the tutorial application which teac

Re: [Catalyst] Documentation on DBIx Class

2008-01-16 Thread Ian Tegebo
On 1/15/08, Peter Sørensen <[EMAIL PROTECTED]> wrote: > I need some advice on where to look for documentation specially > the DBIx Class and which methods I can use in here along with Catalyst. > > I've already ordered the Catalyst book but until this arrive any hints? Perhaps try: http://catalys

Re: [Catalyst] Documentation on DBIx Class

2008-01-16 Thread Tobias Kremer
Quoting Peter Sørensen <[EMAIL PROTECTED]>: > Now I've come across Catalyst and DBIx. This is fantastic. Now I can > get back to the code I've written and actually understand what I wrote 2 > weeks back :-) Congratulations, you won't regret it :) > I need some advice on where to look for documen

[Catalyst] Documentation on DBIx Class

2008-01-15 Thread Peter Sørensen
Hi, I've been using perls for years and when dealing with web - CGI and DBI. Now I've come across Catalyst and DBIx. This is fantastic. Now I can get back to the code I've written and actually understand what I wrote 2 weeks back :-) I need some advice on where to look for documentation specia