if (!class_exists( 'CarsModelCars' )){
JLoader::import( 'cars', JPATH_BASE . DS . 'components' . DS . 'com_cars' . DS . 'models' );
}
Now create an object for that class
JLoader::import( 'cars', JPATH_BASE . DS . 'components' . DS . 'com_cars' . DS . 'models' );
}
Now create an object for that class
No comments:
Post a Comment