A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

努力学习
回复 使用道具 举报

多多学习
回复 使用道具 举报
感谢楼主
回复 使用道具 举报

谢谢分享,多多学习
回复 使用道具 举报
谢谢 非常实用  辛苦了
回复 使用道具 举报
很棒,下载看看
回复 使用道具 举报
感谢分享!好好学习!
回复 使用道具 举报
we水电费我发给
回复 使用道具 举报
爱的回答D大家DJ的NDK减肥
回复 使用道具 举报
11111111111111111111111111111111111
回复 使用道具 举报
<?php

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
//控制器创建对象,执行逻辑代码各个功能
class ProductsController{
    public function listAction(){
        $model=new ProductsModel();
        $rs=$model->getlist();

        require __VIEW__.'showList.html';
    }
   
    public function delAction(){
        $id=$_GET['id'];
        $model=new ProductsModel();
        if($model->delproducts($id))
           $this->success('index.php?p=Admin&c=Products&a=list','删除成功');
        else{
           $this->error('index.php?p=Admin&c=Productds&a=list','删除失败');
        }
    }
}
?>
回复 使用道具 举报
感谢楼主分享,学习
回复 使用道具 举报
谢谢分享
回复 使用道具 举报
谢谢分享,多多学习
回复 使用道具 举报
黑马网友  发表于 2017-7-18 18:45:53
475#
资料在哪儿?
回复 使用道具
黑马网友  发表于 2017-7-18 18:50:36
476#

RE: 2016版《3天linux视频》源码笔记免费分享,真正的干货哈

???????????
回复 使用道具
我要资料
回复 使用道具 举报
黑马网友  发表于 2017-7-18 21:27:45
478#
感谢分享
回复 使用道具
黑马网友  发表于 2017-7-18 22:09:36
479#
感谢分享
回复 使用道具
楼主帅的一塌糊涂哦
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马