What is this, my little brother? Why should I use thinkphp to add a piece of information to the database

Source: Internet
Author: User
What is wrong with thinkphp why I can only add a message to the database
PHP Code
  
  Public Function Insert () {                                            $guest =m ("Author");                $guest->create ();                $guest->add ();                                }



Only the first time can be added to solve

------Solution--------------------
The data cache file is doing the ghost. Because the Create () function automatically creates some PHP files that store the fields, and then does the type validation. At the time of the 2nd create (), if the file exists it will no longer go to the database to find, directly with.
So here's the cache file, after you change the table structure, you must delete ...

General location under project folder: \konakona_app\runtime\data\_fields\ The files under this file are all deleted, and will be recreated automatically.
  • Related Article

    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.