Welcome Guest, Not a member yet? Register   Sign In
How to use require / include
#1

[eluser]chaostheory[/eluser]
I am trying to load and use a class and create an instance of a class,
I dont want to use
Code:
$this->load->library('class');

is there are a way to use require_once , i keep getting errors when passing parameter like

$this->load->library('class');
$obj_soap = new Soap_download($get_dev_msg_amount);

it works fine in localhost when using require ("Soap_download.php") instead of this->load

any ideas?


Messages In This Thread
How to use require / include - by El Forum - 05-08-2009, 01:54 PM
How to use require / include - by El Forum - 05-08-2009, 02:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB