Using and reusing CakePHP plugins
by Pierre MARTIN on Sep 04, 2010
- 2,961 views
Using and reusing plugins across CakePHP applications - CakeFest 2010 (Chicago)
Using and reusing plugins across CakePHP applications - CakeFest 2010 (Chicago)
Statistics
- Favorites
- 6
- Downloads
- 88
- Comments
- 2
- Embed Views
- Views on SlideShare
- 2,960
- Total Views
- 2,961

1–2 of 2 previous next
Changing redirection, workflow...
There are common features, but User data / associations / workflow is different across applications
This is just something personal... so take it as it!
Changing redirection, workflow...
You can make your plugin easier to integrate in an application by adding some automagical features in a Component attached to Controller that needs it.
However, be sure to provide a way to disable this magic if needed.