User registration stuff: check out FOS UserBundle:
http://github.com/FriendsOfSymfony/UserBundle

As for misc items, my current approach is to have an 'ApplicationBundle'
that contains misc items that are site specific. I also use this bundle to
implement the User class from the UserBundle and other bundles like
CommentBundle entities that must be extended.


t


2011/4/17 Sebastian Göttschkes <sebastian.goettsch...@googlemail.com>

> Hi,
>
> I think I now got the idea of bundles. But I got another related question.
> Where would I put Controllers and views not organized in a bundle, e.g.
> static pages of my web app (homepage, imprint)? I would need a controller
> handling the request I think (at least in symfony1 there was always a
> controller/action, even if it was simply empty)?
>
> And, closely related to this: What's about login/registration-stuff? Would
> I use a "user"-bundle for this?
>
> Thanks,
> Sebastian
>
>  --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to