Hi all,

I have got a problem with customizing sfDoctrinePlugin login page. When 
I would like to customize templates, everything works fine. I can create 
following structure:
/apps/frontend/modules/sfGuardAuth/templates and copy then 
secureSuccess.php and signinSuccess.php and customize without any 
problems. But, in signinSuccess.php the form is displayed simply by:

  <table>
    <?php echo $form ?>
  </table>

$form variable is set in different file 
/plugins/sfGuardDoctrinePlugin/modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php
 
as:

$this->form = new sfGuardFormSignin();

and this variable point to class stored in file 
/plugins/sfGuardDoctrinePlugin/lib/form/doctrine/sfGuardFormSignin.class.php. 
In this file is described structure of this generated form.

My question is: how can I change this generated form without modifying 
anything in plugin directory? Even if I copy this directory structure to 
/frontend application it is not working - only templates are working by 
copying this directory structure...

Thank you for your help!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to