Пример #1
0
function cron()
{
    connectDB();
    downloadFiles();
    parseFiles();
}
Пример #2
0
     $strOutput .= parseAnnouncment();
     break;
 case NAV_PCMS_TEMPLATES:
     require_once 'includes/inc.tplparse_template.php';
     $strOutput .= parseMenu($intCatId, $strCommand);
     $strOutput .= parseTemplates($intElmntId, $strCommand);
     break;
 case NAV_PCMS_FORMS:
     require_once 'includes/inc.tplparse_form.php';
     $strOutput .= parseMenu($intCatId, $strCommand);
     $strOutput .= parseForms($intElmntId, $strCommand);
     break;
 case NAV_PCMS_STORAGE:
     require_once 'includes/inc.tplparse_storage.php';
     $strOutput .= parseMenu($intCatId, $strCommand);
     $strOutput .= parseFiles($intElmntId, $strCommand);
     break;
 case NAV_PCMS_ALIASES:
     require_once 'includes/inc.tplparse_alias.php';
     $strOutput .= parseMenu($intCatId, $strCommand);
     $strOutput .= parseAlias($intElmntId, $strCommand);
     break;
 case NAV_PCMS_FEEDS:
     require_once 'includes/inc.tplparse_feeds.php';
     $strOutput .= parseMenu($intCatId, $strCommand);
     $strOutput .= parseFeeds($intElmntId, $strCommand);
     break;
 case NAV_PCMS_SETTINGS:
     require_once 'includes/inc.tplparse_setting.php';
     $strOutput .= parseMenu($intCatId, $strCommand);
     $strOutput .= parseSetting($intElmntId, $strCommand);