ok here goes, since my html.renderaction crashes my dev and prod servers i have to use partials(crap)
i tried creating public partial controller{} class so i can set needed data for all my views but i am having no luck (everything breaks)
i am coming from LAMP cakePHP background and really need simplicity.
i need to know how to create a partial base controller(that doesnt override the regular base controller) and how to access multiple models from the class.
thx