API17

JController::addViewPath: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 28: Line 28:
===See also===
===See also===
* {{JVer|11.1}} '''JController::addViewPath source code''' on [[jplatform:application/component/controller.php#cl-405|BitBucket]]
* {{JVer|11.1}} '''JController::addViewPath source code''' on [[jplatform:application/component/controller.php#cl-405|BitBucket]]
* {{JVer|11.1}} Class [[JController/11.1|JController]]
* {{JVer|11.1}} Class [[API17:JController|JController]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JController::addViewPath|Other versions of JController::addViewPath]]
* [[API17:JController::addViewPath|Other versions of JController::addViewPath]]
{{SeeAlso:JController::addViewPath}}
{{SeeAlso:JController::addViewPath}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 00:57, 12 May 2013

Joomla 11.1 JController::addViewPath

Description

Add one or more view paths to the controller's stack, in LIFO order.

Template:Description:JController::addViewPath [Edit Descripton]

public function addViewPath ($path)
Parameter Type Default Description
$path array The directory (string) or list of directories (array) to add.
  • Returns This object to support chaining.
  • Defined on line 413 of libraries/joomla/application/component/controller.php

See also

Template:SeeAlso:JController::addViewPath [Edit See Also]

User contributed notes

<CodeExamplesForm />