Hi Reynier, sounds good so far, but it depends on what your action is doing. Just calling the 'license' module with no action name will call executeIndex(). From there you can forward() to 'license/editAutor' which will call executeEditAutor(). Just return sfView::SUCCESS in that action and you should be all set. Hope that helps!
Cheers, Georg Reynier Perez Mira schrieb: > Hi every: > I have a menu and I need this menu specific only for admin pages. For that I > think the better option is "slots". Well I put this code inside > backend/templates/layout.php: > > <?php if(has_slot('admin_menu')) { include_slot('admin_menu'); } ?> > > And in my backend/modules/license/templates/EditAutorSuccess.php the menu > code: > > <?php slot('admin_menu'); ?> > Here goes my menu > <?php end_slot('admin_menu'); ?> > > How I can show this slot when I call http://localhost/backend_dev.php/license? > > Cheers and thanks in advance > Ing. Reynier Pérez Mira > Grupo Soporte al Desarrollo - Dirección Técnica > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---