为了账号安全,请及时绑定邮箱和手机立即绑定

求大神解释为什么这样的继承不可以

IndexAction.class.php

<?php

class IndexAction extends Action {
    public function index(){
    $indeModel = new IndexModel;
    $indeModel -> res();
   }
}



IndexMode.php


<?php
class IndexModel{
    //回复多图文类型的微信消息
    public function res(){
        echo "hello";
    }
}


正在回答

举报

0/150
提交
取消

求大神解释为什么这样的继承不可以

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号