Skip to content

Instantly share code, notes, and snippets.

View BeastMasterGrinder's full-sized avatar
🎯
Focusing

Muhammad Farjad BeastMasterGrinder

🎯
Focusing
  • Islamabad
View GitHub Profile
@BeastMasterGrinder
BeastMasterGrinder / Import_script.php
Created December 24, 2024 11:36 — forked from pgorod/Import_script.php
Sample Import_script for SuiteCRM, CSV to beans and relationships, and security groups
<?php
//xdebug_break();
if (!defined('sugarEntry') || !sugarEntry) die ('Not a Valid Entry Point!');
$date= new DateTime();
//chdir('/opt/bitnami/apps/suitecrm/htdocs/');
echo 'School Importer started at ';
echo $date->format('r').'<br>';
echo '-------------------------------------------------------------------------------------------------------------------------------------<br>';