[fw-general] "observe" controller action

2009-12-01 Thread tonystamp
I have an action in the administration section of a site, where an article is basically approved and is published to the site (newsController::approveAction). I also have a list of email subscribers, and was wondering if there is any way of observing the newsController::approveAction so that subsc

Re: [fw-general] "observe" controller action

2009-12-01 Thread Diego Potapczuk
You could consume the subscription Service that notify the subscribers in the newsController::approveAction. ::: Diego Potapczuk On Tue, Dec 1, 2009 at 8:31 PM, tonystamp wrote: > > I have an action in the administration section of a site, where an article > is > basically approved and is pu

Re: [fw-general] "observe" controller action

2009-12-02 Thread tonystamp
Thanks for the reply, but could you elaborate a bit more- what do you mean by consume? Diego Potapczuk wrote: > > You could consume the subscription Service that notify the subscribers in > the newsController::approveAction. > > > > ::: Diego Potapczuk > > > On Tue, Dec 1, 2009 at 8:31 PM,

RE: [fw-general] "observe" controller action

2009-12-02 Thread Vincent de Lau
2009 12:34 PM > To: fw-general@lists.zend.com > Subject: Re: [fw-general] "observe" controller action > > > Thanks for the reply, but could you elaborate a bit more- what do you > mean by consume?

Re: [fw-general] "observe" controller action

2009-12-02 Thread Diego Potapczuk
g http://www.survivethedeepend.com/ for more information on the > subject. > > Vincent de Lau > vinc...@delau.nl > > > -Original Message- > > From: tonystamp [mailto:tonyst...@hotmail.co.uk] > > Sent: Wednesday, December 02, 2009 12:34 PM > > To: fw-

Re: [fw-general] "observe" controller action

2009-12-02 Thread Cameron
do the work. I can suggest >> reading http://www.survivethedeepend.com/ for more information on the >> subject. >> >> Vincent de Lau >> vinc...@delau.nl >> >> > -Original Message- >> > From: tonystamp [mailto:tonyst...@hotmail.co.uk] >> >

Re: [fw-general] "observe" controller action

2009-12-03 Thread Matthew Weier O'Phinney
inc...@delau.nl > > > -Original Message- > > From: tonystamp [mailto:tonyst...@hotmail.co.uk] > > Sent: Wednesday, December 02, 2009 12:34 PM > > To: fw-general@lists.zend.com > > Subject: Re: [fw-general] "observe&

Re: [fw-general] "observe" controller action

2009-12-03 Thread Thorsten Suckow-Homberg
>I've written a fairly robust system, Phly_PubSub: > >PHP 5.3 version: >http://github.com/weierophinney/phly/tree/mvcfsm/Phly_PubSub/ > >PHP 5.2+ version: >http://github.com/weierophinney/phly/tree/master/Phly_PubSub/ ...which would follow the traditional MessageBus-approach. +1