Esempio n. 1
0
 public function getItems()
 {
     // 		$row = $this->getTable('Profile', 'GAnalyticsTable');
     // 		$row->id = 0;
     // 		$row->accountID = 'sdfsdf';
     // 		$row->profileID = 123413;
     // 		$row->webPropertyId = 234234234;
     // 		$row->accountName = 'sdfsdf';
     // 		$row->profileName ='sdfsf';
     // 		$row->token = 'sdfsdf';
     // 		$row->startDate = JFactory::getDate()->toSql();
     // 		return array($row);
     return GAnalyticsDataHelper::getAccounts();
 }