brucewin
Posts: 143
|
| Posted: 11/26/2005, 12:40 PM |
|
If I were to publish one of the example projects to my server in PHP, would the tables and fields be created for that project in the database (that was previously created and could be connected to in MySqlfront) if none existed. If that happens when ever a change was made to a form, e.g. adding a field. When I republished would that field be created.
I am just wondering if I have to do anything manually to the database or does CCS handle it?
Bruce
database is MySQL
code PHP
|
 |
 |
feha
Posts: 712
|
| Posted: 11/26/2005, 2:06 PM |
|
Hi brucewin
The answer is NO.
CodeCharge Studio does not create or design DB tables.
First you need to design your DB tables/structure using third-party tool.
After Your DB is ready you can connect to DB and CCS can generate a complete WebApplication to insert/edit contents based on your DB.
You will get complete webappliction in 10 minutes that will let you admin the content in your DB.
hope this helps ?
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
|