javascript - what is the proper way to create a Joomla component that can write files on click of button? -
i trying create joomla administrator component - non commercial later. component bootstrap customiser joomla theme - protostar.
example - trying achieve in joomla admin component - https://getuikit.com/v2/docs/customizer.html
the component will:
1) read front end page , show in iframe 2) import less files , allow modification of template's less variables 3) on click of button "recompile less", compile less , update iframe , write compiled less css files.
as of now, have entry file in component, call helper compile less. files have helper.php , componentname.php , less compiler php file require. need controller? need view.xyz.html ? know mvc pattern joomla simple task, not sure how implement.
thanks
Comments
Post a Comment