Can also
contain arrays with two elements, a class name and method
name. For more information see http://php.net/manual/
function.call-user-func.php.
_layout : string Template layout, normally default
_layoutExt : string Template extension, normally php
_models : array Array of models
_name: string Name of view
_output : string Output from the template
_path : array Associative array of arrays of paths for resources
_template : string Path to template
Constructors
__construct( config : array=array() ) : JView
Builds a new JView object. config is an associative array that might contain the keys
name, base_path, template_path, helper_path, and layout. name will be
transposed to the view name, unless the view name has already been defined. template_
path adds a path to the template paths. layout is the name of the template layout
(template filename prefix), normally HTML.
Parameters [config] Associative array of options.
Methods
addEscape( ) : void
If provided with parameters, the parameters will be used as the function and methods to
use with the escape() method.
Pages:
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524