for example:
- Code: Select all
class TestController extends DooController {
function home() {
$this->data['vas1'] = Request::factory('/{controller}/{action})->execute();
$this->data['vas2'] = Request::factory('/{controller}/{action})->execute();
$this->render('index', $this->data);
}
}
It 'd be really great!
