Welcome Guest, Not a member yet? Register   Sign In
Best Practice for instantiating classes in Libraries that are non-singletons?
#9

[eluser]WanWizard[/eluser]
You should be able to use
Code:
$instance = load_class('myclass', FALSE);
to load a class without instantiate is as a library.


Messages In This Thread
Best Practice for instantiating classes in Libraries that are non-singletons? - by El Forum - 06-15-2010, 12:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB