CakePHP how to use global order with union -


hi combined 2 tables using union order function not work. did is

$comment->union($a_commnets); $comment->order(['created' => 'desc']); 

but seems order function not work

because result data shows $comment data locate @ beginning of array , $a_comments locate @ end of $comment data.

please help

thanks in advance


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -