downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Yaf_View_Interface::assign> <Yaf_Action_Abstract::getController
[edit] Last updated: Fri, 17 May 2013

view this page in

La clase Yaf_View_Interface

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

Yaf proporciona a los desarrolladores la capacidad de usar un motor de vistas personalizado en lugar del motor integrado Yaf_View_Simple. Hay un ejemplo que explica cómo realizar esto, por favor, vea Yaf_Dispatcher::setView().

Sinopsis de la Clase

Yaf_View_Interface {
/* Métodos */
abstract public bool assign ( string $name [, string $value ] )
abstract public bool display ( string $tpl [, array $tpl_vars ] )
abstract public void getScriptPath ( void )
abstract public string render ( string $tpl [, array $tpl_vars ] )
abstract public void setScriptPath ( string $template_dir )
}

Tabla de contenidos



add a note add a note User Contributed Notes Yaf_View_Interface - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites