269 Posts in 63 Topics by 127 members
Migrating a Site to Silverstripe
SilverStripe Forums » Migrating a Site to Silverstripe » Automatic code generation from database
What you need to know when migrating your existing site to SilverStripe.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 1769 Views |
-
Automatic code generation from database

3 May 2009 at 9:52am
Hi all,
I refer to the automatic code generation of an entire application from nothing more than a few tables in a database.
In SilverStripe is possible generate the model, controller and views based in current database schema?
Thanks in advance
Ricardo Cardona R
-
Re: Automatic code generation from database

4 May 2009 at 10:20am
No, but I've often thought that this would be handy - a-la CakePHP and Symfony.
The trouble is, the Silverstripe system follows a defined database structure based on the code that is present - not the other way round.
When you install Silverstripe, or add a new page/data type, the correctly structured database tables are created for you. I think messing with this structure and using a generator to create MVC code for you will only give you problems.
Cheers
Aaron
| 1769 Views | ||
|
Page:
1
|
Go to Top |


