Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
create_guid" " 関数がどのように動作しIDs、さまざまなモジュール (モジュールなど) に対してどのように生成されるかを知る必要がありEmailsますか?
create_guid
IDs
Emails
あなたはそれを次のように呼ぶことができます
$next_meeting->id = create_guid();
たとえば、ロジックフックで。関数自体は /include/utils.php ファイルに配置されます。
もちろん、新しく生成された Bean を保存する必要があります
$next_meeting->save();