Let me re-iterate I have never worked with Symfony or any other such
framework before this; I am using it for a school project.


Two questions...

1)

Can the default file names (i.e. indexSuccess.php, showSuccess.php,
etc.) be changed as long as the action names are changed in the
actions.class.php in that module or does the chain run deeper than
that?


Also,

2)

I want to use the default form provided to me on the frontend after
running the following command:
        $ php symfony doctrine:generate-module --with-show --non-
verbose-templates frontend customer Customer.

The form generated for users to input information (shown
in ...customer/new - newSuccess.php) labels the fields according to my
database schema.

So, the form shown in the browser has field names like: "customer
fname" instead of something you would normally use when creating a
form manually like: "First Name:".

Is there a way I can change this, or am I not supposed to use this
form in such a way?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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