brophp框架写后台界面时分针无法显示
时间:2011-09-30
来源:互联网
frameset 里面的每一个frame 的编码都统一用UTF-8,可是index模块调用模板却不能显示,而查看网页 的源文件又能看到frameset的源代码,求救于各位老师
这是模板文件代码
<html>
<frameset rows="100, *">
<frame src="<{$url}>/top" name="top" />
<frameset cols="150, *">
<frame src="<{$url}>/menu" name="menu" />
<frame src="<{$url}>/main" name="main" />
</frameset>
</frameset>
<html>
这是模板文件代码
<html>
<frameset rows="100, *">
<frame src="<{$url}>/top" name="top" />
<frameset cols="150, *">
<frame src="<{$url}>/menu" name="menu" />
<frame src="<{$url}>/main" name="main" />
</frameset>
</frameset>
<html>
作者: jiaoben 发布时间: 2011-09-30
控制器代码发上来看看。
作者: 白老师 发布时间: 2011-09-30
<?php
class Index {
function index(){
$GLOBALS["debug"]=0;
$this->display();
}
function top(){
$this->display();
}
function menu(){
$this->display();
}
function main(){
$this->display();
}
}
?>
class Index {
function index(){
$GLOBALS["debug"]=0;
$this->display();
}
function top(){
$this->display();
}
function menu(){
$this->display();
}
function main(){
$this->display();
}
}
?>
作者: jiaoben 发布时间: 2011-09-30
不知道为什么,就是把老师的源代码运行了也没显示出来
作者: jiaoben 发布时间: 2011-09-30
运行信息( 0.021 秒):关闭X
[自动包含]
Structure 类
Prourl 类
Smarty 类
MyTpl 类
Action 类
Common 类
IndexAction 类
[系统信息]
没有开启页面缓存!(但可以使用)
没有使用Memcache(为程序的运行速度,建议使用Memcache)
开启会话Session (但没有使用Memcache,开启Memcache后自动使用)
当前访问的控制器类在项目应用目录下的: ./admin/controls/index.class.php 文件!
使用模板 index/index.html
[自动包含]
Structure 类
Prourl 类
Smarty 类
MyTpl 类
Action 类
Common 类
IndexAction 类
[系统信息]
没有开启页面缓存!(但可以使用)
没有使用Memcache(为程序的运行速度,建议使用Memcache)
开启会话Session (但没有使用Memcache,开启Memcache后自动使用)
当前访问的控制器类在项目应用目录下的: ./admin/controls/index.class.php 文件!
使用模板 index/index.html
作者: jiaoben 发布时间: 2011-09-30
我单击那个模板页面又能显示一个大概的框架出来,向老师求解一下
[ 此帖被jiaoben在2011-09-30 13:55重新编辑 ]
作者: jiaoben 发布时间: 2011-09-30
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28