Re: Website Structure

2010-07-21 Thread Andy H
Hi Chaim, This is more of a HTML/css question rather than a cakephp question. Try checking out some web libraries like JQuery or similar. These will help you achieve what you are after On Jul 21, 6:13 pm, Chaim wrote: > Hello, > > I am a beginner to CakePHP, so forgive my amateur question. >

Re: Problems with blog tutorial Warning (512): SQL Error: 1064:

2010-07-12 Thread Andy H
Hi, The first line of you edit function has a mistake. should be $this->Post->id = $id; Good luck! On Jul 9, 11:13 pm, BlaineRumsey wrote: > Hello,  I am new to cake and I am trying to complete the blog tutorial > in the manual for 1.3  for getting started.  I am at the edit post > section