Welcome Guest, Not a member yet? Register   Sign In
Constructor being ignored after redirect from paypal
#4

[eluser]InsiteFX[/eluser]
Either way the parameters need to be passed through the constructor for it to work.

You could rewrite the constructor to a config array and then use this:

Code:
$this->load->library('class_name', $config, 'object name');

You would need to loop through the config array and assign all the values.



Messages In This Thread
Constructor being ignored after redirect from paypal - by El Forum - 03-18-2014, 11:22 PM
Constructor being ignored after redirect from paypal - by El Forum - 03-19-2014, 03:31 AM
Constructor being ignored after redirect from paypal - by El Forum - 03-20-2014, 10:32 PM
Constructor being ignored after redirect from paypal - by El Forum - 03-21-2014, 02:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB