Re: [symfony-users] [Symfony2] Controller before and after action (controller filters)

2011-04-21 Thread sheik mohamed
hi all,I m new in doctrine symfony1.4. please help for this follwing problems, i have five tables.the first table is tbl_businees.it contains name,address and mode. the second table tbl_mode it contain id,name.the third table tbl_sip it contains four field,the fourth table contain four field,and

Re: [symfony-users] [Symfony2] Controller before and after action (controller filters)

2011-04-17 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 was starting to write you should have a look at the doc http://symfony.com/doc/2.0/book but actually, it is not in there, or at least not where i would expect it to be. however, google for symfony2 event brings up this as second result:

[symfony-users] [Symfony2] Controller before and after action (controller filters)

2011-04-16 Thread noRerih
Hi all, is there way to execute some code before (and after) every action in Symfony2? Constructor doesn't work 'cause it invokes before services are launched and has no access to them, and therefore I can't get Request object. Thank you in advance! -- If you want to report a vulnerability

Re: [symfony-users] [Symfony2] Controller before and after action (controller filters)

2011-04-16 Thread Jordi Boggiano
On 15.04.2011 09:23, noRerih wrote: Hi all, is there way to execute some code before (and after) every action in Symfony2? Constructor doesn't work 'cause it invokes before services are launched and has no access to them, and therefore I can't get Request object. You should look into register