Static Joomla variables

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

 

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>