[eluser]jwindhorst[/eluser]
It doesn't seem "interesting" to me really, fairly standard outside of CI. At any rate, I created the class in the library directory and then auto-loaded the library. (This is likely the root of the problem) That being said, I can simply use/instiate the class (it likely is instantiated when the library loads really) with the following code
Code:
$this->ahcontact->setAll($arrOfValuesToSet);
I suppose explaining this in more detail has simplified the question. The real question now becomes, can I use the "new" constructor on classes in order to instantiate them from within a CI controller?
Does that make sense? I could post more code, but I have a deadline tomorrow, and at least for now, am working around the issue with associative arrays of data (not as clean as I would like however.)
Thanks