php中管理员后台如和调用user前台代码的方法

WBOY
Release: 2016-06-23 14:00:59
Original
949 people have browsed it

在网站管理员后台中添加类容,添加预览功能 模板类容都按照网站前台显示模板(代码和模板都有写好),后台href如何跳转


回复讨论(解决方案)

是担心数据还没生成没办法通过索引来调用前台展示页面吗?可以写个页面,调用前台模板,把添加的内容直接前台获取替换到模板里来展示

后台的页面是localhost/admin/index.php?...admin文件下index文件通过?后边条件调用方法和页面的
前台的页面是localhost/model/index.php?...同上
这种情况有没有办法直接调用model中的index文件,跳出admin文件中的index,


页面时动态的,得根据ID值取数据

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template