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

Bastian Waidelich bastian at typo3.org
Tue Dec 23 12:14:03 CET 2008


Robert Lemke wrote:

Hi Robert,

> That's to big issue

"too big" or "no big" ;)
I guess the latter as there has to be a Base view class anyways, 
extending \F3\FLOW3\MVC\View\AbstractView.

E.g. in the Smarty package the F3_Smarty_View has a method:

	public function assign($placeholder, $value = NULL) {
		$this->smartyEngine->assign($placeholder, $value);
	}

Bastian


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