in reply to Re^3: Trying to understand Catalyst::Model::Adaptor
in thread Trying to understand Catalyst::Model::Adaptor
OK, thanks!
In my case, I don't want to tie the instantiation of the model class too tightly to the Web App because I want to use it as a back-end for command line scripts as well. I guess that means I should use my first approach and simply require and use objects of the external model class directly in the controller without using any Model Adaptor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Trying to understand Catalyst::Model::Adaptor
by Your Mother (Archbishop) on Apr 07, 2010 at 15:52 UTC | |
by tospo (Hermit) on Apr 07, 2010 at 20:54 UTC | |
by Your Mother (Archbishop) on Apr 07, 2010 at 22:37 UTC | |
by tospo (Hermit) on Apr 08, 2010 at 08:48 UTC | |
by Your Mother (Archbishop) on Apr 08, 2010 at 23:17 UTC |