Skip to content

Instantly share code, notes, and snippets.

@dann
Created January 8, 2009 13:59
Show Gist options
  • Select an option

  • Save dann/44729 to your computer and use it in GitHub Desktop.

Select an option

Save dann/44729 to your computer and use it in GitHub Desktop.
Modelは共通にして使う
- appのdefaultのflavor
MyApp::Web::View
MyApp::Web::Controller
MyApp::Model
MyApp::CLI
MyApp::CLI::Command
- app-max flavor
MyApp::Web::View
MyApp::Web::Controller
MyApp::Model
MyApp::Model::JobQueue
MyApp::Model::DBIC
MyApp::CLI
MyApp::CLI::Command
MyApp::Handler - Apache Handler用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment