If i create new module in existing project the table is not create and display in
command line Application frontend not exist message display
create symfony1.2 existing project new module?
220 Views Asked by Vanmathikannan At
1
If i create new module in existing project the table is not create and display in
command line Application frontend not exist message display
not sure i understand properly your problem; when you create a module, it doesn't create a table (i.e. a database table); it only creates a directory within the modules/ folder of your app (for example frontend/modules); within this directory, it creates an actions folder containing the actions.class.php file, as well as a templates module.
When you want to alter your database, it depends whether you're working with propel or doctrine.
For example, using Propel, what you do is :