API17

API17:JApplicationHelper:: checkPath

From Joomla! Documentation

Joomla 11.1 JApplicationHelper::_checkPath

Description

Tries to find a file in the administrator or site areas.


protected static function _checkPath (
        $path
        $checkAdmin=1
)
Parameter Type Default Description
$path string A file name
$checkAdmin integer 1 0 to check site only, 1 to check site and admin, -1 to check admin only
  • Returns
  • Defined on line 352 of libraries/joomla/application/helper.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples