Welcome Guest, Not a member yet? Register   Sign In
Autoloaded Classes that Receive Values During Instantiation
#3

[eluser]InsiteFX[/eluser]
You need to assign a default value!
Code:
$this->load->library('fetch', $params);

// fetch class
public function __construct($params = array())

InsiteFX


Messages In This Thread
Autoloaded Classes that Receive Values During Instantiation - by El Forum - 05-14-2011, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB