dsfsdfsd34324 2017-10-14 11:59
浏览 43
已采纳

PHP OOP,未捕获错误:在字符串[duplicate]上调用成员函数setAuthor()

This question already has an answer here:

I use PHP version 7 and i get always this error, when i creat a news article:

Fatal error: Uncaught Error: Call to a member function setAuthor() on string in D:\xampp\htdocs\entwicklung\tools\adminlogin\lib\mod ews ewsForm.php:14 Stack trace: #0 {main} thrown in D:\xampp\htdocs\entwicklung\tools\adminlogin\lib\mod ews ewsForm.php on line 14

Here i creat my object and would save the article in my database:

if(isset($_POST["publish"]))
{
    $news = new News();
    $title = $news->setTitle($db, $_POST["ueberschrift"]);
    $news =  $news->setNews($db, $_POST["artikel"]);
    $author = $news->setAuthor($db, $_POST["autor"]); //This is line 14

    News::newsArticleCreate($db, $title, $news, $author);

}

This is my setter-method for the author:

    function setAuthor($db, $author)
    {
        if(!empty($author))
        {
            $author = mysqli_real_escape_string($db, $author);
            return $this->author = trim($author);
        }
        else
        {
            return false;
        }
    }

What is my mistake?

</div>
  • 写回答

1条回答 默认 最新

  • dongxuxian1123 2017-10-14 12:08
    关注

    Fatal error: Uncaught Error: Call to a member function setAuthor() on string

    The error says that you are trying to call setAuthor on a string ( $news ) rather than on an object of News Class. If you replace the following line:

    $news =  $news->setNews($db, $_POST["artikel"]);
    

    with

    $news->setNews($db, $_POST["artikel"]);
    

    It should work fine.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向