Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am new to symfony.

I have a developed project in symfony, i added 1 column('feedback' is column name) in two table of the database using alter table query. i don't have yml structure of the database.

so to generate doctrine classes from database, i run following command.'

VB
E:\dev\myproject>php lib\vend
or\symfony\data\bin\symfony configure:database --name=doctrine --class=sfDoctrin
eDatabase "mysql:host=localhost;dbname=mydatabase" root password


it executed successfully, but it didn't generate setFeedback() and getFeedback() methods!!!?

Is there any thing additional needed?
What should i do next?

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900