Welcome Guest, Not a member yet? Register   Sign In
How to load a class?
#11

[eluser]johnwbaxter[/eluser]
WackyWebs, if you read all the posts you will see that this has already been made clear to the OP.
#12

[eluser]Taff[/eluser]
Backward engineering....

with

Code:
<?php

class Test extends Controller {

    function Test(){
        parent::Controller();
    }
    function index(){
        $this->load->library('Csvparser');
        echo $this->csvparser->test();
    }

}
?>

I have managed to get at least a test output.
It would appear to at least in part have something to do with the lowercase.

I'll now start adding things again.

Thank you both for your help!

Taff
#13

[eluser]johnwbaxter[/eluser]
No problem. Good luck.
#14

[eluser]Tom Glover[/eluser]
[quote author="audiopleb" date="1217277352"]WackyWebs, if you read all the posts you will see that this has already been made clear to the OP.[/quote]

I did see, sorry i was just trying to condense.
#15

[eluser]johnwbaxter[/eluser]
That's alright, just trying not to confuse the point.




Theme © iAndrew 2016 - Forum software by © MyBB