Hello all -
Right now, I'm in the middle of actually building a Project Management application, and I'm kind-of stuck on the way i should build this form. At the moment of adding a project I would like to select the clients that would be included in the project. Here's the code to a few things of interest:
Project Model Project Migration Clients Model Clients Migration Clients_Projects Migration table
What would be the best approach on building the Controller/View so far, i have this for the view, but i have no idea, what should be the take on the controller ->