Earthtracker's Blog

Just another WordPress.com weblog

CakePHP3 created modified not added automatically

on April 30, 2018

Created / Modified should be added automatically.
if not, please check you used following behavior in Model->Table:

public function initialize(array $config)
{
$this->addBehavior(‘Timestamp’);
}


Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.