Difference between revisions of "Database.sql Generator"
From Contao Community Documentation
m |
m |
||
(3 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
| Dev=Glen Langer ([[User:BugBuster|BugBuster]]) | | Dev=Glen Langer ([[User:BugBuster|BugBuster]]) | ||
| DevSite=http://www.contao.glen-langer.de | | DevSite=http://www.contao.glen-langer.de | ||
− | | ExtVersion=1. | + | | ExtVersion=1.3.1 / 3.0.0 |
| Version=from 2.9 | | Version=from 2.9 | ||
| TLVersion=2.8 (not tested, but should work) | | TLVersion=2.8 (not tested, but should work) | ||
| ERLink=http://www.contao.org/extension-list/view/dbsql_generator.en.html | | ERLink=http://www.contao.org/extension-list/view/dbsql_generator.en.html | ||
− | | TrackerLink= | + | | TrackerLink=https://github.com/BugBuster1701/dbsql_generator/issues |
| DonateLink=Cappuccino | | DonateLink=Cappuccino | ||
}} | }} | ||
Line 19: | Line 19: | ||
<br /> | <br /> | ||
− | + | If you double click anywhere on the code (from version 1.3.0), the entire code view is replaces with a pre-selected view from which you can copy with a simple Ctrl/Cmd-C. Clicking anywhere else returns the view to the original state. | |
− | + | ||
<br style="clear: both" /> | <br style="clear: both" /> | ||
---- | ---- | ||
− | --[[User:BugBuster|BugBuster]] | + | --[[User:BugBuster|BugBuster]] 00:22, 14 May 2012 (CEST) |
Latest revision as of 22:54, 15 August 2012
I'm not a native English speaker. Please correct my mistakes.
Extension-Overview | |
---|---|
Name of the developer | Glen Langer (BugBuster) |
Developer Website | http://www.contao.glen-langer.de |
Version of the extension | 1.3.1 / 3.0.0 |
Compatibility with Contao Version | from 2.9 |
Compatibility with TYPOlight Version | 2.8 (not tested, but should work) |
Link to Extension Repository | http://www.contao.org/extension-list/view/dbsql_generator.en.html |
Donate the developer | Cappuccino |
Link to Tracker | https://github.com/BugBuster1701/dbsql_generator/issues |
The database.sql Generator is a backend helper module for developers.
In the backend, there is a new menu item "Developer tools", including the point will "database.sql Generator" to be found.
After selecting the table, the corresponding SQL Create statement is generated and displayed.
Has an extension multiple tables with a common prefix, we can all be generated at a time. For this it is possible from version 1.2.0 to be able to enter in another field a table prefix.
To enter the prefix "tl_cal" would be, for example, generate the statements for the tables "tl_calendar" and "tl_calendar_events.
If you double click anywhere on the code (from version 1.3.0), the entire code view is replaces with a pre-selected view from which you can copy with a simple Ctrl/Cmd-C. Clicking anywhere else returns the view to the original state.
--BugBuster 00:22, 14 May 2012 (CEST)