In cake1.3, has as anyone tried to group related plugins together, in
a subfolder, under the plugins/ directory?

eg.

plugins/
      ecommerce/
             ... all my ecommerce related plugins ...
      cms/
             ... all my cms related plugins ...

I was not able to get cake to accept this, even by adding plugins/
ecommerce/ and plugins/cms/ as additional plugin paths in
bootstrap.php.

The only way I could get any kind of plugin grouping to work, was to
create a totally separate base_plugins/ directory, and then create
additional plugin paths to them.

eg.

base_plugins/
      ecommerce/
            ... all my ecommerce related plugins ...
      cms/
            ... all my cms related plugins ...


Has anyone been successful doing this under the main plugins
directory?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to