lightbringer
lightbringer

Reputation: 835

Phalcon - how to get last updated timestamp of a table

Could you please advise me a way to get last updated timestamp of a table from information_schema table in Phalcon. I have taken a look at the Model\Metadata but it doesn't give me what I need. I also looked into implementing a raw mysql query, but I feel like it is not the right way to do it.

Upvotes: 1

Views: 581

Answers (1)

Mahdi Mohammadi
Mahdi Mohammadi

Reputation: 91

you can use updating-records or if you can set before save recode like this

Upvotes: 1

Related Questions