GetOne? Sometimes the failure resolution method

Source: Internet
Author: User
GetOne? Sometimes it fails.
PHP Code
  
  function Getmaxlevel ($model)    {         $sql = "Select Max (slevel) from boxfile                 where model = ' $model '";             $record _nums = $this->db->getone ($sql);           Print_r ($record _nums);        return $record _nums;         }

Why does my function occasionally fail? I just returned the biggest, and then I didn't return the biggest. I feel like I haven't changed anything.

------Solution--------------------
Do you see how the parameters are passed in the same way that they are called when they are invalid or valid?

------Solution--------------------
You're worth the package, so it's hard to see the problem.
You have to look at the specific wording of the getone, whether it's returning a resource, an int, or something else.
------Solution--------------------
Your own humble sentence output to see
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.