[TYPO3-50-general] different methods in template-engines

Robert Lemke robert at typo3.org
Tue Dec 23 12:39:39 CET 2008


Hi Bastian,

Am 23.12.2008 um 12:14 schrieb Bastian Waidelich:

>> That's to big issue
>
> "too big" or "no big" ;)

no big ;-)

> I guess the latter as there has to be a Base view class anyways,
> extending \F3\FLOW3\MVC\View\AbstractView.

... which should be ViewInterface in the future (would you like to
implement that?) ...

> E.g. in the Smarty package the F3_Smarty_View has a method:
>
> 	public function assign($placeholder, $value = NULL) {
> 		$this->smartyEngine->assign($placeholder, $value);
> 	}

exactly.

Cheers,
robert


More information about the TYPO3-project-5_0-general mailing list