cakephp 1.3.5 tree behavior

SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generateTreeList' at line 1

 

model/group.php

class Group extends AppModel {
    var $name = 'Group';

     var $actsAs = array('Tree');

}

usare actsAs

Aggiungi un commento