Welcome Guest, Not a member yet? Register   Sign In
Dynamic/variable model | variable child objects
#2

[eluser]WanWizard[/eluser]
What is the error you're getting?

This works without problems here:
Code:
// load the rbac library
$test = 'load';
$this->$test->library('Rbac');

Even this works:
Code:
// load the rbac library
$test1 = 'load';
$test2 = 'library';
$this->$test1->$test2('Rbac');


Messages In This Thread
Dynamic/variable model | variable child objects - by El Forum - 07-17-2010, 06:41 AM
Dynamic/variable model | variable child objects - by El Forum - 07-17-2010, 08:23 AM
Dynamic/variable model | variable child objects - by El Forum - 07-17-2010, 08:23 AM
Dynamic/variable model | variable child objects - by El Forum - 07-17-2010, 02:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB