PHP---365网站项目---高级分类模块
发表在PHP视频课程答疑 2017-11-24
是否精华
版块置顶:

1.png

4.png

2.png

6.png

控制器的代码

<?php

namespace Admin\Controller;

use Think\Controller;

class HighLevelController extends BaseController {

    

public function add(){

$high_level=M('high_level');

if(IS_POST){

$data=I('post.');

print_r($data);

if($data['id']){

// 编辑

}else{

//添加

$res=$high_level->add($data);

print_r(M()->_sql());//打印SQL语句

if($res !==false){

echo 'OK';//$this->success('添加成功');

}else{

//$this->error('添加失败');

}

}

}else{

$this->display();

}

}

前端表单代码


                    <form class="form-horizontal m-t " method="post" action="{:U('add')}">

                        <!--<input type="hidden" id="id"/> -->

                        <div class="form-group">

                            <label class="col-sm-3 control-label">首页显示位置:</label>

                            <div class="col-sm-3">

                                <select name="layout">

                                    <option value="left"   <if condition="($data.layout eq 'left')">   selected</if>>左侧</option>

                                    <option value="bottom" <if condition="($data.layout eq 'bottom')"> selected</if>>底部</option>

                                </select>

                            </div>

                        </div>

                        <div class="form-group">

                            <label class="col-sm-3 control-label">名称:</label>

                            <div class="col-sm-3">

                                <input  type="text" id="high_name" class="form-control" name="high_name" value="{$data.high_name}">

                            </div>

                        </div>

                        <div class="form-group">

                            <label class="col-sm-3 control-label">排序:</label>

                            <div class="col-sm-3">

                                <input  type="text" id="sort" class="form-control" name="sort" value="{$data.sort}">

                            </div>

                        </div>

                        <div class="form-group">

                            <label class="col-sm-3 control-label">是否显示:</label>

                            <input type="radio"  value="0"  name="is_display" <if condition="($data.is_display neq 1)">checked </if> />

                            否

                            <input type="radio"  value="1"  name="is_display" <if condition="($data.is_display eq 1)">checked </if> />

                            是

                        </div>

                        <div class="form-group">

                            <div class="col-sm-4 col-sm-offset-3">

                                <button class="btn btn-primary" type="submit">提交</button>

                            </div>

                        </div>

                    </form>

                </div>

            </div>

        </div>

        <!--尾部-->

        <include file="Common/admin:footer"/>

    </div>



</block>


分享到:
精彩评论 1
andy
学分:2118 LV10
TA的每日心情
继续努力
2017-02-06 23:42:34
2017-11-25
沙发

读者你好:

    发现在你的config数据库配置文件中,添加了如下代码:

'DB_FIELDS_CACHE'       =>  true,        // 启用字段缓存
将其修改为:
'DB_FIELDS_CACHE'       =>  false,        // 关闭字段缓存

然后可以正常添加了。


首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照