Re: [Catalyst] Virtual file manager like CKFinder

2011-07-14 Thread Denny
On Thu, 2011-07-14 at 07:10 -0700, Siddhartha wrote: > I'm trying to write a small web application. In the administrative > part of the application I need vitualny file manager. Something like > ajaxfilemanager or CKFinder or MCImageManager. They all have a php backend. > > Can I find a ready so

Re: [Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Eric B. Wright
Ah yes… sorry - since I never used DBIC before I used Catalyst I sometimes forget they are two different things! Thanks so much for your input. You have answered my question fabulously as I see now what I really want to do is totally possible. I just need to rework my namespacing a bit. (I wrot

Re: [Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Eden Cardim
> "Eric" == Eric Wright writes: Eric> I'm using Catalyst::Model::DBIC::Schema. Is there a preferred Eric> way to hook into the result set to customize things the way I Eric> need? http://beta.metacpan.org/module/Catalyst::Model::DBIC::Schema#traits -- Eden Cardim Need

RE: [Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Ian.Docherty
Eric First of all this is a Catalyst mailing list, not really a DBIC mailing list. :) However, if I understand your problem. Assuming you have created your DBIC schema outside of Catalyst, you will have classes something like MyApp::DB::Result::Clients and MyApp::DB::ResultSet::Clients The MyAp

Re: [Catalyst] virtual file manager like ajaxfilemanager or CKFinder or MCImageManager

2011-07-14 Thread Oroszi , Róbert
maybe elFinder: http://elrte.org/elfinder it has perl connector, but i havent tried it yet. 2011/7/14 Siddhartha > I'm trying to write a small web application. In the administrative part of > the application I need vitualny file manager. Something like ajaxfilemanager > or CKFinder or MCImageMan

[Catalyst] virtual file manager like ajaxfilemanager or CKFinder or MCImageManager

2011-07-14 Thread Siddhartha
I'm trying to write a small web application. In the administrative part of the application I need vitualny file manager. Something like ajaxfilemanager or CKFinder or MCImageManager. They all have a php backend. Can I find a ready solution for Catalyst applications? Any ideas?

[Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Eric Wright
Any input/comments on best practices for extending a DBIC model? I have a DBIC schema that for the most part does what I need it to do. I find where I need model specific enhancements I can easily extend the schema objects themselves keeping the data centric code out of my controller layer. What I'