Re: [Catalyst] accessing methods in another controller?

2007-08-05 Thread Matt S Trout
On Sun, Aug 05, 2007 at 10:59:50AM -0400, Alan Spector wrote: > Hi all, > > I had a quick question, what is the best way within a Controller to > access a method in another controller? or is it better to put the > method (it's a fetch for data in a particular format) in my Model? What ash s

Re: [Catalyst] accessing methods in another controller?

2007-08-05 Thread Ash Berlin
Alan Spector wrote: > Hi all, > > I had a quick question, what is the best way within a Controller to > access a method in another controller? or is it better to put the > method (it's a fetch for data in a particular format) in my Model? > > tia, > > alan > $c->controller('OtherControll

[Catalyst] accessing methods in another controller?

2007-08-05 Thread Alan Spector
Hi all, I had a quick question, what is the best way within a Controller to access a method in another controller? or is it better to put the method (it's a fetch for data in a particular format) in my Model? tia, alan ___ List: Catalyst@list