cakephp2-php8/cake/tests/test_app/plugins/test_plugin
phpnut 21eb001a96 Refactoring themes/views to use a centralized location instead of allowing plugins to have themes.
The plugin should include all required views/assets, to override these at the application level using themes you would create:
<app_name>/views/themed/<theme_name>/<plugin_name>/<controller_name>/*.ctp

if you are not using themes you can override them at the app view level:
<app_name>/views/<plugin_name>/<controller_name>/*.ctp
2009-11-25 22:29:54 -06:00
..
config Adding file headers to config files in test app. 2009-11-15 18:09:04 -05:00
controllers Removing leftover SVN tags. 2009-11-06 18:35:14 +11:00
libs Adding file headers. 2009-11-14 20:25:45 -05:00
locale/po fixes #6455, i18n locale message category bug 2009-07-03 15:54:26 +00:00
models Updating more Copyright dates. 2009-11-06 18:04:38 +11:00
vendors Adding ability for plugins to have there own webroot. 2009-11-25 01:51:25 -06:00
views Refactoring themes/views to use a centralized location instead of allowing plugins to have themes. 2009-11-25 22:29:54 -06:00
webroot More work allowing assets in themes and plugins. 2009-11-25 11:06:28 -06:00
test_plugin_app_controller.php Removing leftover SVN tags. 2009-11-06 18:35:14 +11:00
test_plugin_app_model.php Removing leftover SVN tags. 2009-11-06 18:35:14 +11:00