Re: CakePHP 2.5, HABTM save data combining selected data and from multiple inputs

2014-07-14 Thread Salines
Sorry, I copied the question from SO. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails fr

Re: CakePHP 2.5, HABTM save data combining selected data and from multiple inputs

2014-07-13 Thread Dr. Tarique Sani
Mails like these end up in SPAM on Gmail. Use text instead or HTML , you will probably get more replies T On Fri, Jul 11, 2014 at 9:37 PM, Salines wrote: > I have habtm relationship between articles and tags. This works correctly. > > Now in my Articles/admin_add.ctp want beside multiple selec

CakePHP 2.5, HABTM save data combining selected data and from multiple inputs

2014-07-11 Thread Salines
I have habtm relationship between articles and tags. This works correctly. Now in my Articles/admin_add.ctp want beside multiple selection inputs, add fields to add additional tags, and save it all together. echo $this->Form->input('Tag'); // multiple select echo $this->Form->input('Tag.0.name