luisdias / CakePHP-Report-Manager-Plugin

CakePHP 2.x Report Manager Plugin
MIT License
42 stars 22 forks source link

Plugin Models? #10

Open angelxmoreno opened 11 years ago

angelxmoreno commented 11 years ago

Would be nice if the plugin too in plugin models as well. However, this might not be ideal in all situations. For those situations, it would be nice to define in the bootstrap, what plugin models to include.

I can fork and submit a PR if this sounds good to the authors.

luisdias commented 11 years ago

Not sure if I understand. You want to define the plugin models at bootstrap?

angelxmoreno commented 10 years ago

What I would want is to see Plugin Models in the list of available models. Currently, only App Models show up. In addition to that, being able to whitelist or blacklist plugins would be bonus.