$form->value | How does it work?

2009-03-30 Thread brotherkeen
Where does $form->value come from? There doesn't seem to be anything about it in Cake documentation. All I know is that this works for selected checkboxes... echo $form->input('Tag',array( 'label' => 'Tags', 'type' => 'select', 'multiple' => 'chec

Re: Auth Redirect Problems

2008-09-17 Thread brotherkeen
Tony, I have the same problem. The redirect is inconsistent. Sometimes it redirects to my intended target. Other times it redirects to the page (or action/view) that I visited prior to visiting the login page. I also tried this method (mentioned above), and it did not work for me either. func

afterFind results formatting problem

2008-09-17 Thread brotherkeen
I am having a problem where the $results array is being formatted differently for two different NON-primary calls ($primary == false). Here's my setup: - Model_A hasMany Model_B - Model_B hasOne Model_C - Model_C has an afterFind() callback to modify the results. Now, here is what happens: Case