JetibenRong

JetibenRong

我想有那么一段时光,可以在面朝大海的房车里煮上一杯咖啡,看看曾写过的代码

J5父模块指定链接到子模块方法

本文发布于:2020-06-11

在父模块common,新增dialomat文件夹,index.php代码如下:

<?php
namespace Jtbc;

class Diplomat extends Diplomatist
{
	public function index(Response $res)
	{
		$genre = 'news/company'; // 要跳转的模块名,这里是 ceshi/a
		$res -> header -> set('location', Path::getActualRoute($genre . '/'));
	}
}
JetibenRong

JetibenRong

我想有那么一段时光,可以在面朝大海的房车里煮上一杯咖啡,看看曾写过的代码

联络

标签

链接