Yaf_View_Interface::setScriptPath

(PECL yaf >=1.0.0)

Yaf_View_Interface::setScriptPathThe setScriptPath purpose

Beskrivelse

abstract public void Yaf_View_Interface::setScriptPath ( string $template_dir )

Set the templates base directory, this is usually called by Yaf_Dispatcher

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

template_dir

A absolute path to the template directory, by default, Yaf_Dispatcher use application.directory . "/views" as this paramter.

Returnerings Værdier

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top