[symfony-users] [Symfony2] listening to multiple events with one listener?

2011-05-09 Thread Problematic
I'm building an app in Symfony2 that has a social-driven aspect (many actions a user performs on the site will show up in a news feed- style list for others to view). I've determined that the sf2 event dispatcher/listener system is the best way to handle this, but I've run into something of a snag

[symfony-users] Re: [Symfony2] listening to multiple events with one listener?

2011-05-09 Thread Problematic
with a listener? It seems like if I can automatically notify the dispatcher of a list of events that can be defined in code, that would be more flexible and fit what I'm trying to do more completely. On May 9, 12:33 pm, Christophe COEVOET s...@notk.org wrote: Le 09/05/2011 20:24, Problematic a crit

[symfony-users] Re: Storing data on anonymous user

2011-05-11 Thread Problematic
Forgot to mention, this is being built in Symfony2 On May 11, 9:56 am, Problematic djsto...@gmail.com wrote: I'm currently working on developing an app that will not only accept user registrations, but will allow visitors to go through almost the entire flow of the site without creating

[symfony-users] Storing data on anonymous user

2011-05-11 Thread Problematic
I'm currently working on developing an app that will not only accept user registrations, but will allow visitors to go through almost the entire flow of the site without creating an account or logging in. Our design ideas look something like this (suggestions/improvements welcome): * When a user

[symfony-users] [Symfony2] Reduce coupling in entities

2011-05-23 Thread Problematic
I'm looking for an appropriate way to reduce coupling in a messaging bundle I'm writing, so that I can easily use it between applications. Each instance of the Message entity should have a sender and a recipient, instanceof Symfony\Component\Security\Core\User\UserInterface, which I can

[symfony-users] Re: Reduce coupling in entities

2011-05-25 Thread Problematic
, type=integer, nullable=true)      * @Id      * @GeneratedValue(strategy=IDENTITY)      */     protected $id;      /**      * @var string $name      *      * @Column(name=name, type=string, length=16, nullable=false)      */       protected $name; } On May 23, 5:06 pm, Problematic djsto

[symfony-users] configuration grouping under common key?

2011-06-10 Thread Problematic
I'm developing several bundles under a common top-level namespace (right now, Problematic). Is there any way to group them together in my config.yml, so that instead of: problematic_foo: # some configuration problematic_bar: # some configuration I can do something like: problematic: foo

[symfony-users] Re: database row level permissions

2011-06-16 Thread Problematic
Are you talking about the ACL system? It supports class and object permissions. http://symfony.com/doc/current/cookbook/security/acl.html -- 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