I have a custom helper whose class name, Image_Core conflicts with Kohana's Image Library ( I can use the Library anywhere except inside my helper )
Is there any other way to call the Image Library, like a namespace or something? ( well, it isn't in a namespace, as I just checked ) or will I have to rename my helper?
Thanks!
NOTE: namespaces are NOT the only solution I'm searching for, don't get stuck on them, please. I just want to know if there's another way to solve name conflicts with Kohana. Thanks.