JApplicationHelper:: checkPath/1.5
From Joomla! Documentation
JApplicationHelper::_checkPath
Description
Tries to find a file in the administrator or site areas.
Description:JApplicationHelper:: checkPath [Edit Descripton]
public function _checkPath ( $path $checkAdmin=1 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | $parth A file name | |
| $checkAdmin | integer | 1 | 0 to check site only, 1 to check site and admin, -1 to check admin only |
See also
-
JApplicationHelper::_checkPath on api.joomla.org
-
JApplicationHelper source code on JoomlaCode
-
Class JApplicationHelper
-
Subpackage Application
- Other versions of JApplicationHelper::_checkPath
SeeAlso:JApplicationHelper:: checkPath [Edit See Also]
User contributed notes
<CodeExamplesForm />