Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Yii::app()->db->createCommand(
"INSERT INTO users_log (id, email)
SELECT id, email FROM users"
)->execute();
ActiveRecord was conceived for other purposes. Think about the name "ActiveRecord" - an active record. That is, operations are preferably with one record - reading, writing, selecting by foreign keys, deleting, etc.
Your idea is clear, such things are done by direct request.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question