EModal_Model_Modal::save()
Description Description
Source Source
File: includes/importer/easy-modal-v2/model/modal.php
public function save() { if ( ! $this->id ) { $this->created = date( 'Y-m-d H:i:s' ); } $this->modified = date( 'Y-m-d H:i:s' ); parent::save(); $this->meta->modal_id = $this->id; $this->meta->save(); }
Expand full source code Collapse full source code View on Trac