cakephp 1.3.5 tree behavior
Inviato da luca il Ven, 01/07/2011 - 16:07
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