API17

API17:JApplicationHelper:: checkPath

From Joomla! Documentation

Revision as of 22:53, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JApplicationHelper::_checkPath

Description

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

Template:Description:JApplicationHelper:: checkPath [Edit Descripton]

Since

Joomla 11.1

Synopsis

protected static JApplicationHelper::_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 in

libraries/joomla/application/helper.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JApplicationHelper:: checkPath

Examples

<CodeExamplesForm />