Re: [Catalyst] Re: Using model layers between Catalyst and DBIC

2012-02-07 Thread Octavian Rasnita
Hi Bill, From: Bill Moseley On Tue, Jan 10, 2012 at 1:18 PM, Jason Galea li...@eightdegrees.com.au wrote: hehe.. you want layers, I got layers.. I just got out of yet another meeting about this architecture redesign. (I'd like to see the graph that relates productivity to the

Re: [Catalyst] Re: Using model layers between Catalyst and DBIC

2012-02-07 Thread Dave Howorth
Bill Moseley wrote: That is, we want to allow $user-first_name, but not $user-search_related or $user-delete. That requires writing new wrapper classes for every possible result -- not just mirroring DBIC's result classes but possibly many more because the new model might have multiple

[Catalyst] Using Catalyst Instead of Rewrite Rules

2012-02-07 Thread Duncan Garland
Hi, We've got a little process which is mostly php scripts. However, there's a requirement to do some url re-writing. The user should see www.site/user/londonhttp://www.site/user/london and www.site/user/glasgowhttp://www.site/user/glasgow instead of

Re: [Catalyst] Re: Using model layers between Catalyst and DBIC

2012-02-07 Thread Jason Galea
On Tue, Feb 7, 2012 at 1:26 PM, Bill Moseley mose...@hank.org wrote: My idea was that Catalyst would call a method in the new model layer and possibly get a DBIC object back. There is concern from some at my meeting that we don't want to give the Catalyst app developer a raw DBIC object and

[Catalyst] RE: Using Catalyst Instead of Rewrite Rules

2012-02-07 Thread Duncan Garland
I think we can write a flexible enough re-write rule after all. Thanks. From: Duncan Garland [mailto:duncan.garl...@motortrak.com] Sent: 07 February 2012 12:24 To: The elegant MVC web framework Subject: [Catalyst] Using Catalyst Instead of Rewrite Rules Hi, We've got a little process which is

[Catalyst] Authentication Using self_check?

2012-02-07 Thread James D Bearden
Hello, and thanks in advance. The short version is, how do I use the self_check method to validate a user? I believe it involves extending Catalyst::Authentication::User, and I am having trouble figuring out how to do that. The longer version is that I have an existing system I am trying to