On Mon, Apr 18, 2011 at 9:58 PM, rockbust <[email protected]> wrote:
> Hi,
> sorry for the repost but it seems the other one did not go out to the
> list because I didnt subscribe yet??
>
> This is my first web app with Cake. I have baked my crud for about 15
> tables in my database. Did associations, Set up a custom layout. all
> is well
>
> Next I installed acl and auth by way of the "spark plug" plugin. I
> found that the plugin also uses a "users" table just as my app. I was
> confused what to do at this point so I removed my users_controller and
> model and changed all my model associations within my app to the
> plugin. changed some routes added some fields and all seemed well....
>
> Now I needed to install a second plugin to handle a calendar and
> events. Well here we are again with the same "users" table in this
> plugin. This time I am totally confused because I removed my apps
> "users" and used the one from the first plugin.
>
> How should I be handling this. Any help would really be appreciated.

I've never used either plugin so take this with a grain of salt. But
it's likely that both simply use your existing users table, although
perhaps requiring extra columns be created in the table.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to