Franz wrote:
> Is there any other way to get the ticket id?

I assume you create tickets with the Ticket class. The ticket ID is
assigned during the call to insert(), and is available afterward in the
.id attribute. You can then use that to insert the records in your other
tables.

As long as you insert both the ticket and the additional information in
a single transaction, your data should be consistent.

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to