Save Model With Low Priority On Update

Hi:

I’m using the ->save or ->saveAttributes method to update some data in the model.

This generate an UPDATE query to database.

Is there anyway to add the LOW_PRIORITY in this update ?

Thank you

Hi

could you give us an example? what exactly you want to do?

I’d say this isn’t possible through AR - at least not without heavy modifications of your model all the way down to [font=“Courier New”]updateByPk()[/font]. You could try to use DAO instead.