<?php use Phalcon\Mvc\Model\Behavior\Timestampable; public function initialize() { $this->addBehavior( new Timestampable( [ 'beforeCreate' => [ 'field' ...
確定! 回上一頁