Re: validating checkboxes in habtm

2008-10-23 Thread cem
thats good but I found an article about what I search for : http://teknoid.wordpress.com/2008/10/16/how-to-validate-habtm-data/ teknoid really tells what I need but I cannot make it work . Does anyone knows why he did not use $this->Post->create() My program only works If I dont select

Re: validating checkboxes in habtm

2008-10-17 Thread dr. Hannibal Lecter
As far as I know, you can invalidate in controller just by calling $this->YourModel->invalidate(...) Does that help? On Oct 16, 11:38 pm, cem <[EMAIL PROTECTED]> wrote: > Hi ; > >   I am trying to build a freelancer script with cakephp . I made > categories and projects. One project can have mor

validating checkboxes in habtm

2008-10-16 Thread cem
Hi ; I am trying to build a freelancer script with cakephp . I made categories and projects. One project can have more than one category so I set the relationship of categories and projects to habtm . I hope everything is right until here because I spend really a big time for that . Anyway . No