Re: Getting Started With CakePHP

2009-07-16 Thread bokerao
Cookbook is a good start, after that you can try make a simple application and then ask here if is necessary or look for somethings in my friend GOOGLE! On Jul 15, 11:38 am, GravyFace wrote: > I think he's closer to trolling (whether he knows it or not) by asking > a question like that. > > On W

Re: HtmlHelper Div

2009-06-04 Thread bokerao
#x27;class' => 'input text')); Raphael On Jun 3, 3:27 pm, brian wrote: > > echo $form->label('Book.release_date.day', 'Date'); > echo $form->dateTime('Book.release_date','DMY','NONE); > ?> > > > O

HtmlHelper Div

2009-06-03 Thread bokerao
Hi Guys... I'm making a form and need to put an own css div, so I did this: echo $html->div('input text'); echo $form->label('Book.release_date.day', 'Date'); echo $form->dateTime('Book.release_date','DMY','NONE); So Cake create the div class but it doesn't close the tag... So what can I do in