Cakephp FormHelper not outputting “” tags?

In your first form your are not echoing $form->end() so the form is not properly closing.

I can't see anything wrong yet, but can I suggest that for your sanity, you either use a different name for the variable $options in the first form, or better still, write the array inline. It is more common to see $options used to pass the selection choices as you have done in the second form. I.e.

Save $options for 'options'. In your function selfView() you don't appear to assign values to applications & formms. My personal preference is to write this: submit(__('Assign', true)); echo $form->end();?

> like this: end(__('Assign', true))? > I think it makes the code slightly more readable.

Thanks for the tips on making my code more readable I have made some changes to incorporate you suggestions. – MrDevin Feb 19 '10 at 9:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions