search

Home  >  Q&A  >  body text

protected $type = [ 'hiredate'=>'timestamp' ] in Teacker model;

protected $type = [

'hiredate'=>'timestamp'

];

What does this paragraph mean?

夏森夏森2425 days ago1684

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2018-05-09 18:00:18

    should define an array attribute of the class that can be accessed by subclasses

    reply
    0
  • Cancelreply