Re: Can we mix plain php,html and cakephp?

2010-12-29 Thread Sam Sherlock
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

Re: Can we mix plain php,html and cakephp?

2010-12-29 Thread Renato de Freitas Freire
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,

Re: Can we mix plain php,html and cakephp?

2010-12-29 Thread prithvi adhikari
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

Can we mix plain php,html and cakephp?

2010-12-28 Thread poor-grammar
hello, i am new to cakephp, and still going thru the manual... Is there a way to mix cakephp with plain php and HTML i mean something like this in the code ?php echo

Re: Can we mix plain php,html and cakephp?

2010-12-28 Thread Taffarel de Lima
i don't see anything wrong with that. if there some wrong, someone can explain 2010/12/28 poor-grammar onlyprit...@gmail.com hello, i am new to cakephp, and still going thru the manual... Is there a way to mix cakephp with plain php and HTML i mean something like this in the code

RE: Can we mix plain php,html and cakephp?

2010-12-28 Thread Dave Maharaj
mix plain php,html and cakephp? i don't see anything wrong with that. if there some wrong, someone can explain 2010/12/28 poor-grammar onlyprit...@gmail.com hello, i am new to cakephp, and still going thru the manual... Is there a way to mix cakephp with plain php and HTML i mean something

Re: Can we mix plain php,html and cakephp?

2010-12-28 Thread Taffarel de Lima
*From:* Taffarel de Lima [mailto:taffare...@gmail.com] *Sent:* Tuesday, December 28, 2010 4:18 PM *To:* cake-php@googlegroups.com *Subject:* Re: Can we mix plain php,html and cakephp? i don't see anything wrong with that. if there some wrong, someone can explain 2010/12/28 poor

Re: Can we mix plain php,html and cakephp?

2010-12-28 Thread euromark
, December 28, 2010 4:18 PM *To:* cake-php@googlegroups.com *Subject:* Re: Can we mix plain php,html and cakephp? i don't see anything wrong with that. if there some wrong, someone can explain 2010/12/28 poor-grammar onlyprit...@gmail.com hello, i am new to cakephp, and still going thru

Re: Can we mix plain php,html and cakephp?

2010-12-28 Thread cricket
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