Using more than one controller and model in the same page

Hi,

im making a website and all the action happens in the index. I have multiple models and controllers created by crud and i want to use then in the same page.

i can show the admin table with app->runController but the whole javascript of the website stops working.

Can someone can show me a example with this situation?

Thanks in advance!

I believe that U should (for this case) have multiple models, but only one controller, that can handle all actions U need