Im on a host company that uses php 5.2 , some of the libraries i use are written in 5.3 and there are certain incompatibilities between the code.
First of all what is the alternative to :
use \folder1\folder2\class_file;
Secondly what is the alternative to :
$sample = new \folder1\folder2\class_file($arg1, arg2);
Thanks in advance.