Is it possible to get a copy of a CDbCommand?
So that I can start from a common partially built command and then get different modified versions of it?
Is it safe to simply clone it with $command2=clone $command1?
Is it possible to get a copy of a CDbCommand?
So that I can start from a common partially built command and then get different modified versions of it?
Is it safe to simply clone it with $command2=clone $command1?