- Posts: 2
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
function getOffers($limitstart, $limit){
$connectorClass = new $this->connectorClassName;
$result = $connectorClass->getOffers($limitstart, $limit);
if($this->fileType == 'v'){
return $result;
}
$dispatcher = JEventDispatcher::getInstance();
JPluginHelper::importPlugin('argensyml');
$deleteMissing = $this->item->get('delete_missing', 0);
Please Log in or Create an account to join the conversation.
Contact:
email: This email address is being protected from spambots. You need JavaScript enabled to view it.