| Configuration and Language Editor |
|
|
|
|
Configuration Editor is a Joomla Backend component developed to edit other components configuration and language files. It's class can also be used in any other component. Minimum requirements
Using the configuration.class.php in other components
Once you have the Configuration Editor component installed, you can you its class in your own components. This class builds an array with all configuration or language variables. Minimum requirements
Using the configuration.class.php in other components
Once you have the Configuration Editor component installed, you can you its class in your own components. This class builds an array with all configuration or language variables. require_once($mosConfig_absolute_path. "/administrator/components/com_configeditor/configurationfile.class.php"); To use this component in order to edit the configuration or language file you have to submit the file relative path as the following example: <form action="index2.php?option=com_configeditor&task=edit" method="post" name="adminForm">
Where to get it:
Review it!
Don't forget to write a review and/or vote for this extension! |