Re: actAs "Tree" : generatetreelist error

2012-06-18 Thread Ish
Had the same problem in cakephp 2.0 Later realized *generatetreelist* function got renamed to *generateTreeList* On Thursday, January 27, 2011 9:44:58 PM UTC-5, raymond wrote: > > Hi. > I have tried Tree behavior just according to manual, but it reports > error following: > > Warning (512): SQ

How to manipulate cakephp's sessions table with sql

2010-11-26 Thread Ish
Hi Folks, I am using storing user sessions in database table sessions , and trying to manipulate (edit or delete) the sessions table from admin panel controls. // controllers/OnlinesController.php // e.g. $id = 'bk86c9argtdlqv7t12g8a0ugf6' $this->Online->delete($id); // doesn't work // // $this