It feels like I\'ve tried everything so I now come to you.
I am trying to order my data but it isn\'t going so well, kinda new to Cake.
This is my code:
try
$all_threads = $this->Threads->find('all', array( 'order' => 'Threads.created' ) ); $saida = $this->paginate($all_threads,[ 'conditions' => ['Threads.hidden' => 0] ]);