Welcome Guest, Not a member yet? Register   Sign In
Call a controller from a library
#2

You shouldn't do this ... calling a controller from a library is the complete opposite of making it independent.

Controllers are application-specific, libraries are not - that's the main difference between them. When you call a controller from within a library, that makes the controller a dependency for your library, and that in turn means that your library is no longer portable.
Reply


Messages In This Thread
Call a controller from a library - by Psygnosis - 01-29-2016, 03:38 AM
RE: Call a controller from a library - by Narf - 01-29-2016, 03:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB