I recently found myself searching for static Joomla variables to use in my component development.
Here are a couple of interesting ones (I will update this list as I find more):
- JPATH_COMPONENT_SITE – points to the site folder of your component for example /home/user/website/joomlainstall/components/com_yourcomponent
- JPATH_COMPONENT_ADMIN – points to the admin folder of your component for example: /home/user/website/joomlainstall/administrator/components/com_yourcomponent
Recent Comments