yes sir. i got it...
The bottm line is.. The naming CONVENTIONS must be kept in mind...
I got errors about undefined variables in my view. And when i Corrected some
variable names in the controller, it worked fine!!!


On Wed, Dec 29, 2010 at 7:58 PM, Renato de Freitas Freire <
renat...@gmail.com> wrote:

> E point is: Cakephp IS PHP.
> Of course you can use cake + php.
>
> There is no meaning your question.
> Did you even tried to do what you are asking?
>
> You have the full power of your application in your hands.
> If you want to write some specific code (html or php), just do it!
>
> Got it?
>
>
>
> On Wednesday, December 29, 2010, Sam Sherlock <sam.sherl...@gmail.com>
> wrote:
> > Another reason to use the form helper is the error handling
> >
> > if your marking the form yourself you'd lose this.
> >
> > Taking the time to learn to use the form helper really pays off.
> >  - S
> >
> >
> >
> >
> > On 29 December 2010 04:08, cricket <zijn.digi...@gmail.com> wrote:
> >
> >
> > On Tue, Dec 28, 2010 at 3:27 PM, euromark <dereurom...@googlemail.com>
> wrote:
> >> no, you can do that
> >> sometimes it is cleaner to use cake, sometimes you want the speedier
> >> html.
> >> you have to decide whats best for you.
> >>
> >> i usually use the helper for forms etc
> >> but tables and p/div blocks are easier with plain html - in my opinion
> >>
> >> in general, the helper syntax keeps your code "up to date"
> >> it wraps it, so in case the syntax changes, it can be switched
> >> automatically
> >> if you hard-code it, you need to do those things yourself.
> >
> > I'll add that the only really important thing is that the form
> > element's name corresponds to what Cake would expect. If you're ever
> > unsure of what to use, have FormHelper create the element for you and
> > view source. Then use your HTML version using that name.
> >
> > Check out the new CakePHP Questions site http://cakeqs.org and help
> others with their CakePHP related questions.
> >
> > You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> > To post to this group, send email to cake-php@googlegroups.com
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
> >  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
> >
> >
> >
> > Check out the new CakePHP Questions site http://cakeqs.org and help
> others with their CakePHP related questions.
> >
> > You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> > To post to this group, send email to cake-php@googlegroups.com
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
> >  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
> >
>
> --
>
> --
> Renato de Freitas Freire
> ren...@morfer.org
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to