GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Admin/Enrollment/parse/ |
Upload File : |
<? // Admin/Enrollment/parse/parseDARS_42Eto_c.phpinc // Parse state 42 // Parse Ed Plan section. // Searching for: // ['Class'] // This is a crdit by experience. $DEBUG_parseDARS_42Eto_c = false; if ( $DEBUG_parseDARS_42Eto_c ) { printLine(basename(__FILE__)); printLine('Searching for: Class.'); printVar("$index: \$f_DARSln",$f_DARSln); printVar('$f_DARSlnAsize',$f_DARSlnAsize); printVar('$f_DARSlnA',$f_DARSlnA); printVar('$sectionName',$sectionName); #exit; } if ( !isset($DARS['Section'][$sectionName]['Class']) ) { $DARS['Section'][$sectionName]['Class'] = array(); $sectionClassIndex = 0; if ( !isset($DARS['LastClassYRTR']) ) $DARS['LastClassYRTR'] = ''; } $DARS['Section'][$sectionName]['Class'][$sectionClassIndex] = array(); if ( $DEBUG_parseDARS_42Eto_c ) { printVar('$sectionClassIndex',$sectionClassIndex); #exit; } $DARS['Section'][$sectionName]['Class'][$sectionClassIndex] = array(); $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Semester'] = ''; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Year'] = ''; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Department'] = $f_DARSlnA[0]; list($number,$temp) = explode('-',$f_DARSlnA[1]); if ( $DEBUG_parseDARS_42Eto_c ) { printVar('$number',$number); } $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Number'] = $number; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Credits'] = $f_DARSlnA[4]; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Grade'] = ''; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Legend'] = ''; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Title'] = ''; $DARS['Section'][$sectionName]['Class'][$sectionClassIndex]['Comment'] = $f_DARSln; if ( $DEBUG_parseDARS_42Eto_c ) { d_Var("\$DARS['Section'][$sectionName]['Class'][$sectionClassIndex]",$DARS['Section'][$sectionName]['Class'][$sectionClassIndex],'d'); include('common/pageFooter.phpinc'); } $sectionClassIndex++; ?>