Matt S Trout wrote:
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




In that situation I'd go for

MyApp::Schema::Library
MyApp::Schema::Forum

then MyApp or MyApp::Web


(Or rather that's the kind of thing I've used for my current project)

Ash

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to