03-28-2010, 01:35 AM
[eluser]ranjeet_sangle[/eluser]
Hello friends,
I am working on a project in which there are 40 utilities. I am trying to create a single controller class that will handle all these utilities. But I think that this will make the size of the controller class very large. So this may lead to large computational delay. Also I am having a team with me hence different developers will be working on the same project.But with a single controller class this is not feasible.
Can anybody suggest me a solution to this problem?
Hello friends,
I am working on a project in which there are 40 utilities. I am trying to create a single controller class that will handle all these utilities. But I think that this will make the size of the controller class very large. So this may lead to large computational delay. Also I am having a team with me hence different developers will be working on the same project.But with a single controller class this is not feasible.
Can anybody suggest me a solution to this problem?