Skip to content

Instantly share code, notes, and snippets.

@caefer
Created October 19, 2010 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caefer/633802 to your computer and use it in GitHub Desktop.
Save caefer/633802 to your computer and use it in GitHub Desktop.
data/generator/sfDoctrineModule/THEME_NAME/
+- /parts/
| `- /actionsConfiguration.php
| `- /batchAction.php
| `- /configuration.php
| `- /createAction.php
| `- /deleteAction.php
| `- /editAction.php
| `- /fieldsConfiguration.php
| `- /filterAction.php
| `- /filtersAction.php
| `- /indexAction.php
| `- /newAction.php
| `- /paginationAction.php
| `- /paginationConfiguration.php
| `- /processFormAction.php
| `- /sortingAction.php
| `- /sortingConfiguration.php
| `- /updateAction.php
|
+- /skeleton/
| `- /actions/
| `- /actions.class.php
| `- /config/
| `- /configuration.php
| `- /helper.php
| `- /lib/
| `- /generator.yml
| `- /view.yml
| `- /templates/
| `- /.sf
|
`- /template/
`- /actions/
`- /actions.class.php
`- /config/
`- /helper.php
`- /lib/
`- /generator.yml
`- /templates/
`- /_assets.php
`- /editSuccess.php
`- /_filters_field.php
`- /_filters.php
`- /_flashes.php
`- /_form_actions.php
`- /_form_field.php
`- /_form_fieldset.php
`- /_form_footer.php
`- /_form_header.php
`- /_form.php
`- /indexSuccess.php
`- /_list_actions.php
`- /_list_batch_actions.php
`- /_list_field_boolean.php
`- /_list_footer.php
`- /_list_header.php
`- /_list.php
`- /_list_td_actions.php
`- /_list_td_batch_actions.php
`- /_list_td_stacked.php
`- /_list_td_tabular.php
`- /_list_th_stacked.php
`- /_list_th_tabular.php
`- /newSuccess.php
`- /_pagination.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment