Closed mzf closed 10 years ago
You can run the request in the controller as in HMVC:
$output = $this->app->request(array(
'controller' => 'say',
'action' => 'hello'
));
request() always return NULL
Please try to return something in "say/hello" action.
How i can get content from another controller in volt template? I find function request in bootstrap, but how i can use it, i dont undestand. Help me please.