JPath
(New page: JPath is used to get the directory path. DS -- is used as a directory separator. JPATH_ADMINISTRATOR-- Sets the path to /Joomla/administrator JPATH_BASE -- sets the entry to joomla /Joo...) |
(Additions) |
||
| Line 15: | Line 15: | ||
JPATH_COMPONENT_SITE-- sets the frontend component path /Joomla/components/com_example | JPATH_COMPONENT_SITE-- sets the frontend component path /Joomla/components/com_example | ||
| − | JPATH_CONFIGURATION --sets the configuration path | + | JPATH_CONFIGURATION --sets the configuration.php file path |
| + | |||
| + | JPATH_INSTALLATION --The path to the installation folder. | ||
| + | |||
| + | JPATH_LIBRARIES --The path to the libraries folder. | ||
| + | |||
| + | JPATH_PLUGINS --The path to the plugins folder. | ||
| + | |||
| + | JPATH_ROOT --The path to the installed Joomla! site. | ||
| + | |||
| + | JPATH_SITE --The path to the installed Joomla! site. | ||
| + | |||
| + | JPATH_THEMES --The path to the templates folder. | ||
| + | |||
| + | JPATH_XMLRPC --The path to the XML-RPC Web service folder. | ||
| + | |||
Ritesh Khare | Ritesh Khare | ||
ritesh_khare[at]live[dot]in | ritesh_khare[at]live[dot]in | ||
Revision as of 13:36, 17 March 2009
JPath is used to get the directory path.
DS -- is used as a directory separator.
JPATH_ADMINISTRATOR-- Sets the path to /Joomla/administrator
JPATH_BASE -- sets the entry to joomla /Joomla
JPATH_CACHE --Sets the cache path /Joomla/cache
JPATH_COMPONENT -- Sets the component path /Joomla/components/com_example
JPATH_COMPONENT_ADMINISTRATOR -- sets the backend component path /Joomla/administrator/components/com_example
JPATH_COMPONENT_SITE-- sets the frontend component path /Joomla/components/com_example
JPATH_CONFIGURATION --sets the configuration.php file path
JPATH_INSTALLATION --The path to the installation folder.
JPATH_LIBRARIES --The path to the libraries folder.
JPATH_PLUGINS --The path to the plugins folder.
JPATH_ROOT --The path to the installed Joomla! site.
JPATH_SITE --The path to the installed Joomla! site.
JPATH_THEMES --The path to the templates folder.
JPATH_XMLRPC --The path to the XML-RPC Web service folder.
Ritesh Khare
ritesh_khare[at]live[dot]in