> value="" />
> > > value="" />
> > etc.
>
> > Using either of the above methods, the $this->data array in your
> > controller will have $this->data['start'] as an array with the same
> > number of elements you specif
Hi guys,
I am building a training scheduling app where I am stuck at the weekly
schedule list form. Each training class is a multi-week schedule,
somewhere between 15-20 weeks. I have a table that keep tracks thes
length of the training class. However, when it comes to the frontend
rendering, I d
Thanks all.
JP (Quanack) and Samuel said it all. Just set the $uses class
variable to NULL in corresponding model code.
That's all I need.
I appreciate all your comments.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google G
Hi All,
I am a newbie to cakePHP and the model-view-controller pattern. But
according to the books, it seems that every page cakePHP generated has
to be associated with a controller, a view and a model. Since the
cakePHP URL pattern is such that "/controller/action/params", it's
natural to have e