RE: Tree helper, with ajax select boxes

2013-11-08 Thread Advantage+
I have done it. Took a while but I have it created. Contact me directly and I will show you. I have a nested menu in a tree and selects based on the parent and displays the children with drop downs which are selects and save on changing via ajax. Dave Maharaj Freelance Designer | D

Re: Authentication with Roles

2013-11-08 Thread euromark
You don't need ACL, usually that is overhead - especially if you just want some basic action/role-based authentication. See if http://www.dereuromark.de/2011/12/18/tinyauth-the-fastest-and-easiest-authorization-for-cake2/ works for you It is a lightweight approach for this. Am Freitag, 8. Nov

Tree helper, with ajax select boxes

2013-11-08 Thread Thomas Goeminne
Hi, I am trying to find out how I can use the Tree structure, to create multilevel dropdown boxes using ajax. User starts by selecting a child which is a directchild from root, when selected if there are children to that node, a new select box for those direct children shows up, then when sele

Authentication with Roles

2013-11-08 Thread MaddTechWF
I've gotten a working login script but now I'm trying to restrict pages based on the role the user has. I did some research and I saw that it said that I needed ACL but I've gotten through it but it's not working. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http:

Debugging a SQL query that is causing the page to timeout

2013-11-08 Thread ngd
Hi, I have the following query that is causing the page to timeout: $this->QuestionnaireQuestionnaire->contain(array( > 'QuestionnaireAssignment' => array( > 'QuestionnaireAssignmentName' => array( > 'QuestionnaireAnswer' > )