[Catalyst] setting up files and namespace for utilizing different models in the same catalyst app

Matt S Trout dbix-class at trout.me.uk
Thu Nov 23 17:54:42 GMT 2006


Hermida, Leandro wrote:
> What would people recommend as a naming convention and namespace setup 
> if one wanted to
> eventually use more than one model inside of the same Catalyst app?

I tend to use

MyApp::Library -> book+author DB
MyApp::Forum -> forum DB
MyApp::Web -> Catalyst app


also means if I decide there should be a separate admin interface I can add 
MyApp::WebAdmin etc.



More information about the Catalyst mailing list