The back-end generator
works for your database ! You need to supply your SQL database
structure to our engine, and it generates for you the software needed for data management. Basically you a re following the steps:
What does it means to you ?
It means that you can choose either of two ways for generating your database software:
- Create your database structure using our web site
- Submit an already existing SQL database description
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Create your database structure using our web site (as illustrated)
- First you create a new database account into phpbackend
- Then you define the tables and the field using our database definition page
- Then you run the engine by clicking the Generation button
- Then you download the zip file that contains your new software
- You supply your server information in the configuration file
- You upload to your server your new software
- Submit an already existing SQL database description
- First you extract the database schema from your database
- Then you feed the engine with this sql file
- Then you run the engine by clicking the Generation button
- Then you download the zip file that contains your new software
- You supply your server information in the configuration file
- You upload to your server your new software
If you choose to feed our engine with an already existing database desciription,
you might need to rename some fields or tables.
-
To specify that a field should contains some web code and should be filled using a web editor,
you can simply name it following a rule.
-
To specify That the elements of a table should belong to another table, you can again follow a simple rule.
For example, you might want to specify many drawings in a collection.