JController::setPath/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JController::setPath

Description

Sets an entire array of search paths for resources.

Description:JController::setPath [Edit Descripton]

protected function setPath (
        $type
        $path
)
Parameter Type Default Description
$type string The type of path to set, typically 'view' or 'model'.
$path array The new set of search paths. If null or false, resets to the current directory only.

See also

SeeAlso:JController::setPath [Edit See Also]

User contributed notes


Personal tools