[symfony-users] Re: YAML in eclipse

2008-08-27 Thread Kasper G
On Aug 27, 8:32 am, Jonathan Franks [EMAIL PROTECTED] wrote: Just wondering whether anybody is using a good yaml plugin for   eclipse. I've tried a few but I haven't found one I like. I'm looking   for one which automagically changes the tab key output to a double   space as well as adding

[symfony-users] Breadcrumb best practice

2008-04-21 Thread Kasper G
Hi all, How would you create breadcrumbs navigation in symfony? I'm interested in producing something like this when viewing an article: Frontpage Sections [SectionName] Articles [ArticleName] I have some ideas myself but I am wondering whether there is a preferred way of achieving this.

[symfony-users] Re: Retain internal value after forward()

2008-04-01 Thread Kasper G
On 31 Mar., 22:09, Mohammad Ali Safari [EMAIL PROTECTED] wrote: You probably want to use flash instead:http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Laye... Using flash is essentially storing the value in the session with the added convenience of automated cleanup. It

[symfony-users] Re: Retain internal value after forward()

2008-04-01 Thread Kasper G
On 1 Apr., 12:22, Ian P. Christian [EMAIL PROTECTED] wrote: Kasper G wrote: On 31 Mar., 22:09, Mohammad Ali Safari[EMAIL PROTECTED] wrote: You probably want to use flash instead:http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Laye... Using flash is essentially

[symfony-users] Retain internal value after forward()

2008-03-31 Thread Kasper G
Hi all, I'm trying to integrate the Observer pattern into my symfony 1.0 app. When an event occurs observers should be notified and react on it. One observer class should react by sending a mail and thus I'd like to forward the event to an action by calling

[symfony-users] Re: Retain internal value after forward()

2008-03-31 Thread Kasper G
- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Kasper G Sent: Monday, March 31, 2008 5:50 PM To: symfony users Subject: [symfony-users] Retain internal value after forward() Hi all, I'm trying to integrate the Observer pattern into my symfony 1.0 app