TP5 time stamp of model

Source: Internet
Author: User

Set up alone in the model: (recommended)

protected $autoWriteTimestamp true;       // int type protected $autoWriteTimestamp = ' datetime ';   // datetime type protected $autoWriteTimestamp false;     // Turn off automatic write timestamps protected $updateTime       false; // Turn off Auto-write update_time fields only

To add a global setting in config:

//turn on the auto-write timestamp field (official manual so to speak, I did not test it out)'Auto_timestamp'=true,//the default is int type'Auto_timestamp'='datetime',    //DateTime class

‘auto_timestamp‘ => false,  // 关闭全局自动写入时间字段

If the Data table field is not the default value (assuming database fields are named Create_at and Update_at)

// defining timestamp field names protected ' Create_at ' ; protected ' Update_at ';

TP5 time stamp of model

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.