Welcome Guest, Not a member yet? Register   Sign In
Trouble implementing getID3 custom library
#3

[eluser]Pascal Kriete[/eluser]
The loader doesn't load libraries in subfolders.

I would use the traditional php approach here.
Put the getid3 folder in your application folder.

Then just load it the old-school way:
Code:
require_once(APPPATH.'getid3/getid3.php');
And instantiate the class:
Code:
$getID3 = new getID3;
Hope that helps/works.


Messages In This Thread
Trouble implementing getID3 custom library - by El Forum - 04-17-2008, 07:03 PM
Trouble implementing getID3 custom library - by El Forum - 04-20-2008, 05:03 PM
Trouble implementing getID3 custom library - by El Forum - 04-20-2008, 05:32 PM
Trouble implementing getID3 custom library - by El Forum - 04-20-2008, 06:08 PM
Trouble implementing getID3 custom library - by El Forum - 04-20-2008, 09:54 PM
Trouble implementing getID3 custom library - by El Forum - 04-24-2008, 05:02 PM
Trouble implementing getID3 custom library - by El Forum - 06-04-2008, 03:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB