Re: [Catalyst] Debugging DBIC inside a catalyst app

2006-06-22 Thread Eric W. Bates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ash Berlin wrote: > Kevin Old wrote: >> On 6/21/06, Eric W. Bates <[EMAIL PROTECTED]> wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> I have read in the new Catalyst/Manual/Tutorial/CatalystBasics.pod (the >>> whole tutoria

Re: [Catalyst] Debugging DBIC inside a catalyst app

2006-06-22 Thread Ash Berlin
Kevin Old wrote: > On 6/21/06, Eric W. Bates <[EMAIL PROTECTED]> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I have read in the new Catalyst/Manual/Tutorial/CatalystBasics.pod (the >> whole tutorial is very nice, btw) that you can invoke DBIC's debugging >> inside your cod

Re: [Catalyst] Debugging DBIC inside a catalyst app

2006-06-21 Thread Kevin Old
On 6/21/06, Eric W. Bates <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have read in the new Catalyst/Manual/Tutorial/CatalystBasics.pod (the > whole tutorial is very nice, btw) that you can invoke DBIC's debugging > inside your code thusly: > > $class->storage-

[Catalyst] Debugging DBIC inside a catalyst app

2006-06-21 Thread Eric W. Bates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have read in the new Catalyst/Manual/Tutorial/CatalystBasics.pod (the whole tutorial is very nice, btw) that you can invoke DBIC's debugging inside your code thusly: $class->storage->debug(1); However, I cannot figure out where to get "$class". I