Hello folks, I'm having the following problem to solve with CakePHP, but I'm kinda without any north, probably a silly question...
Developing a software which controls production orders and stock, each finished product consists of a group of items, in a hasAndBelongsToMany relationship. The usual actions (index, add, view, edit and delete) are already ready, but I'm having some trouble in the action assemble_product action, which is responsible for getting through a form all the items that assembled together consist in a finished product. So, what I have now is: The two models (FinishedProduct and Item); The two controllers (FinishedProductsController and ItemsController) The views for the index(), add(), view(), edit() and delete() actions, for both controllers. Hope I've made myself clear enough to you people understand the problem. Thanks! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
