Dynamic Import of SQL to build Fields and Views #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There has been a few who has made a feature request, that will allow for building the fields and views dynamically from a sql dump file of an existing Joomla component.
We have started with a basic concept, and will soon commit the initial implementation.
Those who are interested in this feature must watch this issue....
The new set of files that were added to do this is found here.
Mapping is what takes the sql and extracts and maps the fields and table/views.
Builder is where the mapped fields and views get constructed and stored in the Database.
Extrusion is where the new views are added to the component.
The feature works, but is still in beta testing... enjoy!!!
O yes to see the feature (to auto creat the fields and views in the Joomla-UI. Open a Component(already made)->(open the Tab)Dynamic Build
There you will see the place where you must add the dump data of the tables. then only click save and it should from that dump data build the fields and views, so that after the save is complete the new views with its fields should be linked to that component.