Mam oto taki kod:
  1. <?php
  2. $this->set('category', $this->Category->find('threaded', array(
  3.            'conditions' => array(
  4.                'Category.id' => 2))));
  5. ?>

Jest to tabela wykorzystujaca Tree behavior, wiec jesli posiada "dzieci" to powinnien wyswietlic w tablicy w podtablicy [children]
Ale nie wyswietla, dlaczego?