开发者

Linking and Redirecting between multiple applications running under a single system folder

开发者 https://www.devze.com 2022-12-31 00:11 出处:网络
I am running multiple applications with a single Codeigniter system/ folder using the recommended way on the Codeigniter wiki. Each application runs fine and I can link between apps using absolute URL

I am running multiple applications with a single Codeigniter system/ folder using the recommended way on the Codeigniter wiki. Each application runs fine and I can link between apps using absolute URLs.

Is there some way I can use or extend the URL helper class (functions like anchor(), redirect()... etc.) to generate links to controllers across applications. I would like to a开发者_StackOverflow中文版void absolute URLs

Thanks!


You can use Matchbox or Modular separation and creat multiple modules. Then you can add controllers, models etc in each module.

0

精彩评论

暂无评论...
验证码 换一张
取 消