Re: where to make changes

2013-06-08 Thread Eric Haskins
Raks, /app/View/{controller}/{action}.ctp you really should read the book http://book.cakephp.org/2.0/en/index.html Eric On Friday, June 7, 2013 1:21:43 PM UTC-4, Raks wrote: > > Hi, > > Actually I have some code available with me in Cakephp, with model, view > and controller. > I nee

where to make changes

2013-06-07 Thread Raks
Hi, Actually I have some code available with me in Cakephp, with model, view and controller. I need to add a column in the view.. not in database only in view. Where do I have to make changes.. in View only or have to change controller and model too. I am totally new to MVC farmework + cake p