2011年1月29日星期六

Re: [fw-mvc] get $view in bootstrap

Le 29/01/11 15:11, sina miandashti a écrit :
> $view = $this->getResource("view");

You need to bootstrap the resource first:

$this->bootstrap('view');
$view = $this->getResource('view');

It should work.

没有评论: