Re: Tree Helper Cake 2.0

2012-01-22 Thread Hank
Oh the irony.. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegr

Re: Tree Helper Cake 2.0

2012-01-02 Thread AD7six
On Dec 30 2011, 9:45 am, Tilen Majerle wrote: > http://www.megaupload.com/?d=0UI55OY3 > > This works for me in 2.0 :) Why on earth would you distribute code via megaupload? AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Ques

Re: Tree Helper Cake 2.0

2011-12-30 Thread Tilen Majerle
in main view for some action: $options = array( 'model' => 'Aco', 'plugin' => 'user', 'element' => 'permission' ); print $this->Tree->generate($results, $options); in Element: in $data variable you have array for each result :) $results array: Array ( [0] => Array (

Re: Tree Helper Cake 2.0

2011-12-30 Thread Waterschaats
Serieusly? I've tried and didn't get it to work. Can you give me an example of the model and controller code you're using? Thanks, Dirck On 30 dec, 09:45, Tilen Majerle wrote: > http://www.megaupload.com/?d=0UI55OY3 > > This works for me in 2.0 :) > -- > Lep pozdrav, Tilen Majerlehttp://majerle.

Re: Tree Helper Cake 2.0

2011-12-30 Thread Jeroen Schoonderbeek
Serieusly? I've tried and didn't get it to work. Can you give me an example of the model and controller code you're using? Thanks, Dirck On Fri, Dec 30, 2011 at 9:45 AM, Tilen Majerle wrote: > http://www.megaupload.com/?d=0UI55OY3 > > This works for me in 2.0 :) > -- > Lep pozdrav, Tilen Majerl

Re: Tree Helper Cake 2.0

2011-12-30 Thread Tilen Majerle
http://www.megaupload.com/?d=0UI55OY3 This works for me in 2.0 :) -- Lep pozdrav, Tilen Majerle http://majerle.eu 2011/12/30 gimmebucks > I'm looking for it too(2.0).. currently i did it manually (nested > loop) and find out that it's quicker than using helpers (1.3) > > On Dec 29, 6:45 pm, W

Re: Tree Helper Cake 2.0

2011-12-29 Thread gimmebucks
I'm looking for it too(2.0).. currently i did it manually (nested loop) and find out that it's quicker than using helpers (1.3) On Dec 29, 6:45 pm, Waterschaats wrote: > Is there already a Tree Helper for Cakephp 2.0. I need it to generate > unordered lists. > > Thanks, -- Our newest site for t

Tree Helper Cake 2.0

2011-12-29 Thread Waterschaats
Is there already a Tree Helper for Cakephp 2.0. I need it to generate unordered lists. Thanks, -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questio