[PHP] Zend Framework 3 換頁


ZF3 換頁:

public function indexAction() {
 $path = 'module/controller/view';
 return $this->redirect()->toUrl($path);
}

留言