path can be a string or an
array of strings. Using this method will prepend JPATH_COMPONENT.DS.'views'.
DS.'nameOfView'.DS.'tmpl' to template paths.
Parameters type Type of path
path A path or array of paths
JController
abstract, extends JObject
Base class for controller classes that use the MVC implementation. For more information
about JModel refer to Chapter 4.
Appendix
[ 379 ]
Properties
_acoSection : string ACO Section (relates to GACL)
_acoSectionValue : string ACO Section Value (relates to GACL)
_basePath : string Path to controller base
_doTask : string Task method that is being executed
_message : string Message to include in redirect
_messageType : string Type of message to include in redirect
_methods : array Class method names
_name: string Name of the controller
_path : array Directories in which to search for views and models
_redirect : string Redirect URI
_task : string Current or last task to be executed
_taskMap : array Task-to-method map
Constructors
__construct( config : array=array() ) : JController
Builds a new JController object.
Pages:
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530