Dynamic Import of SQL to build Fields and Views #31

Closed
opened 2016-12-30 09:46:46 +00:00 by Llewellyn · 2 comments
Owner

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....

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....
Author
Owner

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!!!

The new set of files that were added to do this is [found here](https://github.com/vdm-io/Joomla-Component-Builder/tree/master/admin/helpers/extrusion). [Mapping](https://github.com/vdm-io/Joomla-Component-Builder/blob/master/admin/helpers/extrusion/a_mapping.php) is what takes the sql and extracts and maps the fields and table/views. [Builder](https://github.com/vdm-io/Joomla-Component-Builder/blob/master/admin/helpers/extrusion/b_builder.php) is where the mapped fields and views get constructed and stored in the Database. [Extrusion](https://github.com/vdm-io/Joomla-Component-Builder/blob/master/admin/helpers/extrusion/c_extrusion.php) is where the new views are added to the component. The feature works, but is still in beta testing... enjoy!!!
Author
Owner

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.

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.
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#31
No description provided.