Created
January 8, 2009 13:59
-
-
Save dann/44729 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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