| Current Path : /var/www/cesa.co.za/cceconvenors/ |
| Current File : /var/www/cesa.co.za/cceconvenors/CCEStAssigExtensionRequestsinfo.php |
<?php
// Global variable for table object
$CCEStAssigExtensionRequests = NULL;
//
// Table class for CCEStAssigExtensionRequests
//
class cCCEStAssigExtensionRequests {
var $TableVar = 'CCEStAssigExtensionRequests';
var $TableName = 'CCEStAssigExtensionRequests';
var $TableType = 'TABLE';
var $CCEStAssigExtensionID;
var $CCEStudentID;
var $CCEAssignmentID;
var $CCEExtensionDate;
var $DateRequested;
var $Motivation;
var $SupportingDoc;
var $Status;
var $StatusReason;
var $UpdatedBy;
var $DateUpdated;
var $CCEStudentAssigID;
var $fields = array();
var $UseTokenInUrl = EW_USE_TOKEN_IN_URL;
var $Export; // Export
var $ExportOriginalValue = EW_EXPORT_ORIGINAL_VALUE;
var $ExportAll = TRUE;
var $SendEmail; // Send email
var $TableCustomInnerHtml; // Custom inner HTML
var $BasicSearchKeyword; // Basic search keyword
var $BasicSearchType; // Basic search type
var $CurrentFilter; // Current filter
var $CurrentOrder; // Current order
var $CurrentOrderType; // Current order type
var $RowType; // Row type
var $CssClass; // CSS class
var $CssStyle; // CSS style
var $RowAttrs = array(); // Row custom attributes
var $TableFilter = "";
var $CurrentAction; // Current action
var $UpdateConflict; // Update conflict
var $EventName; // Event name
var $EventCancelled; // Event cancelled
var $CancelMessage; // Cancel message
//
// Table class constructor
//
function __construct() {
global $Language;
// CCEStAssigExtensionID
$this->CCEStAssigExtensionID = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_CCEStAssigExtensionID', 'CCEStAssigExtensionID', '`CCEStAssigExtensionID`', 19, -1, FALSE, '`CCEStAssigExtensionID`', FALSE);
$this->CCEStAssigExtensionID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
$this->fields['CCEStAssigExtensionID'] =& $this->CCEStAssigExtensionID;
// CCEStudentID
$this->CCEStudentID = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_CCEStudentID', 'CCEStudentID', '`CCEStudentID`', 3, -1, FALSE, '`CCEStudentID`', FALSE);
$this->CCEStudentID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
$this->fields['CCEStudentID'] =& $this->CCEStudentID;
// CCEAssignmentID
$this->CCEAssignmentID = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_CCEAssignmentID', 'CCEAssignmentID', '`CCEAssignmentID`', 3, -1, FALSE, '`CCEAssignmentID`', FALSE);
$this->CCEAssignmentID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
$this->fields['CCEAssignmentID'] =& $this->CCEAssignmentID;
// CCEExtensionDate
$this->CCEExtensionDate = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_CCEExtensionDate', 'CCEExtensionDate', '`CCEExtensionDate`', 133, 5, FALSE, '`CCEExtensionDate`', FALSE);
$this->CCEExtensionDate->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
$this->fields['CCEExtensionDate'] =& $this->CCEExtensionDate;
// DateRequested
$this->DateRequested = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_DateRequested', 'DateRequested', '`DateRequested`', 135, 5, FALSE, '`DateRequested`', FALSE);
$this->DateRequested->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
$this->fields['DateRequested'] =& $this->DateRequested;
// Motivation
$this->Motivation = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_Motivation', 'Motivation', '`Motivation`', 201, -1, FALSE, '`Motivation`', FALSE);
$this->fields['Motivation'] =& $this->Motivation;
// SupportingDoc
$this->SupportingDoc = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_SupportingDoc', 'SupportingDoc', '`SupportingDoc`', 200, -1, TRUE, '`SupportingDoc`', FALSE);
$this->SupportingDoc->UploadPath = "../cceadmin/assignmentsupload/";
$this->fields['SupportingDoc'] =& $this->SupportingDoc;
// Status
$this->Status = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_Status', 'Status', '`Status`', 200, -1, FALSE, '`Status`', FALSE);
$this->fields['Status'] =& $this->Status;
// StatusReason
$this->StatusReason = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_StatusReason', 'StatusReason', '`StatusReason`', 201, -1, FALSE, '`StatusReason`', FALSE);
$this->fields['StatusReason'] =& $this->StatusReason;
// UpdatedBy
$this->UpdatedBy = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_UpdatedBy', 'UpdatedBy', '`UpdatedBy`', 200, -1, FALSE, '`UpdatedBy`', FALSE);
$this->fields['UpdatedBy'] =& $this->UpdatedBy;
// DateUpdated
$this->DateUpdated = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_DateUpdated', 'DateUpdated', '`DateUpdated`', 135, 5, FALSE, '`DateUpdated`', FALSE);
$this->DateUpdated->FldDefaultErrMsg = str_replace("%s", "/", $Language->Phrase("IncorrectDateYMD"));
$this->fields['DateUpdated'] =& $this->DateUpdated;
// CCEStudentAssigID
$this->CCEStudentAssigID = new cField('CCEStAssigExtensionRequests', 'CCEStAssigExtensionRequests', 'x_CCEStudentAssigID', 'CCEStudentAssigID', '`CCEStudentAssigID`', 3, -1, FALSE, '`CCEStudentAssigID`', FALSE);
$this->CCEStudentAssigID->FldDefaultErrMsg = $Language->Phrase("IncorrectInteger");
$this->fields['CCEStudentAssigID'] =& $this->CCEStudentAssigID;
}
// Table caption
function TableCaption() {
global $Language;
return $Language->TablePhrase($this->TableVar, "TblCaption");
}
// Page caption
function PageCaption($Page) {
global $Language;
$Caption = $Language->TablePhrase($this->TableVar, "TblPageCaption" . $Page);
if ($Caption == "") $Caption = "Page " . $Page;
return $Caption;
}
// Export return page
function ExportReturnUrl() {
$url = @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_EXPORT_RETURN_URL];
return ($url <> "") ? $url : ew_CurrentPage();
}
function setExportReturnUrl($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_EXPORT_RETURN_URL] = $v;
}
// Records per page
function getRecordsPerPage() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_REC_PER_PAGE];
}
function setRecordsPerPage($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_REC_PER_PAGE] = $v;
}
// Start record number
function getStartRecordNumber() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_START_REC];
}
function setStartRecordNumber($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_START_REC] = $v;
}
// Search highlight name
function HighlightName() {
return "CCEStAssigExtensionRequests_Highlight";
}
// Advanced search
function getAdvancedSearch($fld) {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_ADVANCED_SEARCH . "_" . $fld];
}
function setAdvancedSearch($fld, $v) {
if (@$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_ADVANCED_SEARCH . "_" . $fld] <> $v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_ADVANCED_SEARCH . "_" . $fld] = $v;
}
}
// Basic search keyword
function getSessionBasicSearchKeyword() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_BASIC_SEARCH];
}
function setSessionBasicSearchKeyword($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_BASIC_SEARCH] = $v;
}
// Basic search type
function getSessionBasicSearchType() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_BASIC_SEARCH_TYPE];
}
function setSessionBasicSearchType($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_BASIC_SEARCH_TYPE] = $v;
}
// Search WHERE clause
function getSearchWhere() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_SEARCH_WHERE];
}
function setSearchWhere($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_SEARCH_WHERE] = $v;
}
// Multiple column sort
function UpdateSort(&$ofld, $ctrl) {
if ($this->CurrentOrder == $ofld->FldName) {
$sSortField = $ofld->FldExpression;
$sLastSort = $ofld->getSort();
if ($this->CurrentOrderType == "ASC" || $this->CurrentOrderType == "DESC") {
$sThisSort = $this->CurrentOrderType;
} else {
$sThisSort = ($sLastSort == "ASC") ? "DESC" : "ASC";
}
$ofld->setSort($sThisSort);
if ($ctrl) {
$sOrderBy = $this->getSessionOrderBy();
if (strpos($sOrderBy, $sSortField . " " . $sLastSort) !== FALSE) {
$sOrderBy = str_replace($sSortField . " " . $sLastSort, $sSortField . " " . $sThisSort, $sOrderBy);
} else {
if ($sOrderBy <> "") $sOrderBy .= ", ";
$sOrderBy .= $sSortField . " " . $sThisSort;
}
$this->setSessionOrderBy($sOrderBy); // Save to Session
} else {
$this->setSessionOrderBy($sSortField . " " . $sThisSort); // Save to Session
}
} else {
if (!$ctrl) $ofld->setSort("");
}
}
// Session WHERE clause
function getSessionWhere() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_WHERE];
}
function setSessionWhere($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_WHERE] = $v;
}
// Session ORDER BY
function getSessionOrderBy() {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_ORDER_BY];
}
function setSessionOrderBy($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_ORDER_BY] = $v;
}
// Session key
function getKey($fld) {
return @$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_KEY . "_" . $fld];
}
function setKey($fld, $v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_KEY . "_" . $fld] = $v;
}
// Table level SQL
function SqlFrom() { // From
return "`CCEStAssigExtensionRequests`";
}
function SqlSelect() { // Select
return "SELECT * FROM " . $this->SqlFrom();
}
function SqlWhere() { // Where
$sWhere = "";
$this->TableFilter = "";
if ($this->TableFilter <> "") {
if ($sWhere <> "") $sWhere = "(" . $sWhere . ") AND (";
$sWhere .= "(" . $this->TableFilter . ")";
}
return $sWhere;
}
function SqlGroupBy() { // Group By
return "";
}
function SqlHaving() { // Having
return "";
}
function SqlOrderBy() { // Order By
return "`DateRequested` DESC";
}
// Check if Anonymous User is allowed
function AllowAnonymousUser() {
switch (EW_PAGE_ID) {
case "add":
case "register":
case "addopt":
return FALSE;
case "edit":
case "update":
return FALSE;
case "delete":
return FALSE;
case "view":
return FALSE;
case "search":
return FALSE;
default:
return FALSE;
}
}
// Apply User ID filters
function ApplyUserIDFilters($sFilter) {
return $sFilter;
}
// Get SQL
function GetSQL($where, $orderby) {
return ew_BuildSelectSql($this->SqlSelect(), $this->SqlWhere(),
$this->SqlGroupBy(), $this->SqlHaving(), $this->SqlOrderBy(),
$where, $orderby);
}
// Table SQL
function SQL() {
$sFilter = $this->CurrentFilter;
$sFilter = $this->ApplyUserIDFilters($sFilter);
$sSort = $this->getSessionOrderBy();
return ew_BuildSelectSql($this->SqlSelect(), $this->SqlWhere(),
$this->SqlGroupBy(), $this->SqlHaving(), $this->SqlOrderBy(),
$sFilter, $sSort);
}
// Table SQL with List page filter
function SelectSQL() {
$sFilter = $this->getSessionWhere();
if ($this->CurrentFilter <> "") {
if ($sFilter <> "") $sFilter = "(" . $sFilter . ") AND ";
$sFilter .= "(" . $this->CurrentFilter . ")";
}
$sFilter = $this->ApplyUserIDFilters($sFilter);
$sSort = $this->getSessionOrderBy();
return ew_BuildSelectSql($this->SqlSelect(), $this->SqlWhere(), $this->SqlGroupBy(),
$this->SqlHaving(), $this->SqlOrderBy(), $sFilter, $sSort);
}
// Try to get record count
function TryGetRecordCount($sSql) {
global $conn;
$cnt = -1;
if ($this->TableType == 'TABLE' || $this->TableType == 'VIEW') {
$sSql = "SELECT COUNT(*) FROM" . substr($sSql, 13);
} else {
$sSql = "SELECT COUNT(*) FROM (" . $sSql . ") EW_COUNT_TABLE";
}
if ($rs = $conn->Execute($sSql)) {
if (!$rs->EOF && $rs->FieldCount() > 0) {
$cnt = $rs->fields[0];
$rs->Close();
}
}
return intval($cnt);
}
// Get record count based on filter (for detail record count in master table pages)
function LoadRecordCount($sFilter) {
$origFilter = $this->CurrentFilter;
$this->CurrentFilter = $sFilter;
$this->Recordset_Selecting($this->CurrentFilter);
$sSql = $this->SQL();
$cnt = $this->TryGetRecordCount($sSql);
if ($cnt == -1) {
if ($rs = $this->LoadRs($this->CurrentFilter)) {
$cnt = $rs->RecordCount();
$rs->Close();
}
}
$this->CurrentFilter = $origFilter;
return intval($cnt);
}
// Get record count (for current List page)
function SelectRecordCount() {
global $conn;
$origFilter = $this->CurrentFilter;
$this->Recordset_Selecting($this->CurrentFilter);
$sSql = $this->SelectSQL();
$cnt = $this->TryGetRecordCount($sSql);
if ($cnt == -1) {
if ($rs = $conn->Execute($this->SelectSQL())) {
$cnt = $rs->RecordCount();
$rs->Close();
}
}
$this->CurrentFilter = $origFilter;
return intval($cnt);
}
// INSERT statement
function InsertSQL(&$rs) {
global $conn;
$names = "";
$values = "";
foreach ($rs as $name => $value) {
$names .= $this->fields[$name]->FldExpression . ",";
$values .= ew_QuotedValue($value, $this->fields[$name]->FldDataType) . ",";
}
if (substr($names, -1) == ",") $names = substr($names, 0, strlen($names)-1);
if (substr($values, -1) == ",") $values = substr($values, 0, strlen($values)-1);
return "INSERT INTO `CCEStAssigExtensionRequests` ($names) VALUES ($values)";
}
// UPDATE statement
function UpdateSQL(&$rs) {
global $conn;
$SQL = "UPDATE `CCEStAssigExtensionRequests` SET ";
foreach ($rs as $name => $value) {
$SQL .= $this->fields[$name]->FldExpression . "=";
$SQL .= ew_QuotedValue($value, $this->fields[$name]->FldDataType) . ",";
}
if (substr($SQL, -1) == ",") $SQL = substr($SQL, 0, strlen($SQL)-1);
if ($this->CurrentFilter <> "") $SQL .= " WHERE " . $this->CurrentFilter;
return $SQL;
}
// DELETE statement
function DeleteSQL(&$rs) {
$SQL = "DELETE FROM `CCEStAssigExtensionRequests` WHERE ";
$SQL .= ew_QuotedName('CCEStAssigExtensionID') . '=' . ew_QuotedValue($rs['CCEStAssigExtensionID'], $this->CCEStAssigExtensionID->FldDataType) . ' AND ';
if (substr($SQL, -5) == " AND ") $SQL = substr($SQL, 0, strlen($SQL)-5);
if ($this->CurrentFilter <> "") $SQL .= " AND " . $this->CurrentFilter;
return $SQL;
}
// Key filter WHERE clause
function SqlKeyFilter() {
return "`CCEStAssigExtensionID` = @CCEStAssigExtensionID@";
}
// Key filter
function KeyFilter() {
$sKeyFilter = $this->SqlKeyFilter();
if (!is_numeric($this->CCEStAssigExtensionID->CurrentValue))
$sKeyFilter = "0=1"; // Invalid key
$sKeyFilter = str_replace("@CCEStAssigExtensionID@", ew_AdjustSql($this->CCEStAssigExtensionID->CurrentValue), $sKeyFilter); // Replace key value
return $sKeyFilter;
}
// Return page URL
function getReturnUrl() {
$name = EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_RETURN_URL;
// Get referer URL automatically
if (ew_ServerVar("HTTP_REFERER") <> "" && ew_ReferPage() <> ew_CurrentPage() && ew_ReferPage() <> "login.php") // Referer not same page or login page
$_SESSION[$name] = ew_ServerVar("HTTP_REFERER"); // Save to Session
if (@$_SESSION[$name] <> "") {
return $_SESSION[$name];
} else {
return "CCEStAssigExtensionRequestslist.php";
}
}
function setReturnUrl($v) {
$_SESSION[EW_PROJECT_NAME . "_" . $this->TableVar . "_" . EW_TABLE_RETURN_URL] = $v;
}
// List URL
function ListUrl() {
return "CCEStAssigExtensionRequestslist.php";
}
// View URL
function ViewUrl() {
return $this->KeyUrl("CCEStAssigExtensionRequestsview.php", $this->UrlParm());
}
// Add URL
function AddUrl() {
$AddUrl = "CCEStAssigExtensionRequestsadd.php";
$sUrlParm = $this->UrlParm();
if ($sUrlParm <> "")
$AddUrl .= "?" . $sUrlParm;
return $AddUrl;
}
// Edit URL
function EditUrl() {
return $this->KeyUrl("CCEStAssigExtensionRequestsedit.php", $this->UrlParm());
}
// Inline edit URL
function InlineEditUrl() {
return $this->KeyUrl(ew_CurrentPage(), $this->UrlParm("a=edit"));
}
// Copy URL
function CopyUrl() {
return $this->KeyUrl("CCEStAssigExtensionRequestsadd.php", $this->UrlParm());
}
// Inline copy URL
function InlineCopyUrl() {
return $this->KeyUrl(ew_CurrentPage(), $this->UrlParm("a=copy"));
}
// Delete URL
function DeleteUrl() {
return $this->KeyUrl("CCEStAssigExtensionRequestsdelete.php", $this->UrlParm());
}
// Add key value to URL
function KeyUrl($url, $parm = "") {
$sUrl = $url . "?";
if ($parm <> "") $sUrl .= $parm . "&";
if (!is_null($this->CCEStAssigExtensionID->CurrentValue)) {
$sUrl .= "CCEStAssigExtensionID=" . urlencode($this->CCEStAssigExtensionID->CurrentValue);
} else {
return "javascript:alert(ewLanguage.Phrase(\"InvalidRecord\"));";
}
return $sUrl;
}
// Sort URL
function SortUrl(&$fld) {
if ($this->CurrentAction <> "" || $this->Export <> "" ||
in_array($fld->FldType, array(128, 204, 205))) { // Unsortable data type
return "";
} elseif ($fld->Sortable) {
$sUrlParm = $this->UrlParm("order=" . urlencode($fld->FldName) . "&ordertype=" . $fld->ReverseSort());
return ew_CurrentPage() . "?" . $sUrlParm;
} else {
return "";
}
}
// Add URL parameter
function UrlParm($parm = "") {
$UrlParm = ($this->UseTokenInUrl) ? "t=CCEStAssigExtensionRequests" : "";
if ($parm <> "") {
if ($UrlParm <> "")
$UrlParm .= "&";
$UrlParm .= $parm;
}
return $UrlParm;
}
// Load rows based on filter
function &LoadRs($sFilter) {
global $conn;
// Set up filter (SQL WHERE clause) and get return SQL
$this->CurrentFilter = $sFilter;
$sSql = $this->SQL();
return $conn->Execute($sSql);
}
// Load row values from recordset
function LoadListRowValues(&$rs) {
$this->CCEStAssigExtensionID->setDbValue($rs->fields('CCEStAssigExtensionID'));
$this->CCEStudentID->setDbValue($rs->fields('CCEStudentID'));
$this->CCEAssignmentID->setDbValue($rs->fields('CCEAssignmentID'));
$this->CCEExtensionDate->setDbValue($rs->fields('CCEExtensionDate'));
$this->DateRequested->setDbValue($rs->fields('DateRequested'));
$this->Motivation->setDbValue($rs->fields('Motivation'));
$this->SupportingDoc->Upload->DbValue = $rs->fields('SupportingDoc');
$this->Status->setDbValue($rs->fields('Status'));
$this->StatusReason->setDbValue($rs->fields('StatusReason'));
$this->UpdatedBy->setDbValue($rs->fields('UpdatedBy'));
$this->DateUpdated->setDbValue($rs->fields('DateUpdated'));
$this->CCEStudentAssigID->setDbValue($rs->fields('CCEStudentAssigID'));
}
// Render list row values
function RenderListRow() {
global $conn, $Security;
// Call Row Rendering event
$this->Row_Rendering();
// Common render codes
// CCEStudentID
$this->CCEStudentID->CellCssStyle = ""; $this->CCEStudentID->CellCssClass = "";
$this->CCEStudentID->CellAttrs = array(); $this->CCEStudentID->ViewAttrs = array(); $this->CCEStudentID->EditAttrs = array();
// CCEAssignmentID
$this->CCEAssignmentID->CellCssStyle = ""; $this->CCEAssignmentID->CellCssClass = "";
$this->CCEAssignmentID->CellAttrs = array(); $this->CCEAssignmentID->ViewAttrs = array(); $this->CCEAssignmentID->EditAttrs = array();
// CCEExtensionDate
$this->CCEExtensionDate->CellCssStyle = ""; $this->CCEExtensionDate->CellCssClass = "";
$this->CCEExtensionDate->CellAttrs = array(); $this->CCEExtensionDate->ViewAttrs = array(); $this->CCEExtensionDate->EditAttrs = array();
// DateRequested
$this->DateRequested->CellCssStyle = ""; $this->DateRequested->CellCssClass = "";
$this->DateRequested->CellAttrs = array(); $this->DateRequested->ViewAttrs = array(); $this->DateRequested->EditAttrs = array();
// SupportingDoc
$this->SupportingDoc->CellCssStyle = ""; $this->SupportingDoc->CellCssClass = "";
$this->SupportingDoc->CellAttrs = array(); $this->SupportingDoc->ViewAttrs = array(); $this->SupportingDoc->EditAttrs = array();
// Status
$this->Status->CellCssStyle = ""; $this->Status->CellCssClass = "";
$this->Status->CellAttrs = array(); $this->Status->ViewAttrs = array(); $this->Status->EditAttrs = array();
// UpdatedBy
$this->UpdatedBy->CellCssStyle = ""; $this->UpdatedBy->CellCssClass = "";
$this->UpdatedBy->CellAttrs = array(); $this->UpdatedBy->ViewAttrs = array(); $this->UpdatedBy->EditAttrs = array();
// DateUpdated
$this->DateUpdated->CellCssStyle = ""; $this->DateUpdated->CellCssClass = "";
$this->DateUpdated->CellAttrs = array(); $this->DateUpdated->ViewAttrs = array(); $this->DateUpdated->EditAttrs = array();
// CCEStudentID
if (strval($this->CCEStudentID->CurrentValue) <> "") {
$sFilterWrk = "`CCEStudentID` = " . ew_AdjustSql($this->CCEStudentID->CurrentValue) . "";
$sSqlWrk = "SELECT `FirstName`, `Surname` FROM `CCEStudents`";
$sWhereWrk = "";
if ($sFilterWrk <> "") {
if ($sWhereWrk <> "") $sWhereWrk .= " AND ";
$sWhereWrk .= "(" . $sFilterWrk . ")";
}
if ($sWhereWrk <> "") $sSqlWrk .= " WHERE " . $sWhereWrk;
$sSqlWrk .= " ORDER BY `FirstName` Asc";
$rswrk = $conn->Execute($sSqlWrk);
if ($rswrk && !$rswrk->EOF) { // Lookup values found
$this->CCEStudentID->ViewValue = $rswrk->fields('FirstName');
$this->CCEStudentID->ViewValue .= ew_ValueSeparator(0) . $rswrk->fields('Surname');
$rswrk->Close();
} else {
$this->CCEStudentID->ViewValue = $this->CCEStudentID->CurrentValue;
}
} else {
$this->CCEStudentID->ViewValue = NULL;
}
$this->CCEStudentID->CssStyle = "";
$this->CCEStudentID->CssClass = "";
$this->CCEStudentID->ViewCustomAttributes = "";
// CCEAssignmentID
if (strval($this->CCEAssignmentID->CurrentValue) <> "") {
$sFilterWrk = "`CCEAssignmentID` = " . ew_AdjustSql($this->CCEAssignmentID->CurrentValue) . "";
$sSqlWrk = "SELECT `AssignmentName`, `RefNum` FROM `CCEAssignments`";
$sWhereWrk = "";
if ($sWhereWrk <> "") $sWhereWrk .= " AND ";
$sWhereWrk .= "(" . "`Archived` = 0" . ")";
if ($sFilterWrk <> "") {
if ($sWhereWrk <> "") $sWhereWrk .= " AND ";
$sWhereWrk .= "(" . $sFilterWrk . ")";
}
if ($sWhereWrk <> "") $sSqlWrk .= " WHERE " . $sWhereWrk;
$sSqlWrk .= " ORDER BY `RefNum` Asc";
$rswrk = $conn->Execute($sSqlWrk);
if ($rswrk && !$rswrk->EOF) { // Lookup values found
$this->CCEAssignmentID->ViewValue = $rswrk->fields('AssignmentName');
$this->CCEAssignmentID->ViewValue .= ew_ValueSeparator(0) . $rswrk->fields('RefNum');
$rswrk->Close();
} else {
$this->CCEAssignmentID->ViewValue = $this->CCEAssignmentID->CurrentValue;
}
} else {
$this->CCEAssignmentID->ViewValue = NULL;
}
$this->CCEAssignmentID->CssStyle = "";
$this->CCEAssignmentID->CssClass = "";
$this->CCEAssignmentID->ViewCustomAttributes = "";
// CCEExtensionDate
$this->CCEExtensionDate->ViewValue = $this->CCEExtensionDate->CurrentValue;
$this->CCEExtensionDate->ViewValue = ew_FormatDateTime($this->CCEExtensionDate->ViewValue, 5);
$this->CCEExtensionDate->CssStyle = "";
$this->CCEExtensionDate->CssClass = "";
$this->CCEExtensionDate->ViewCustomAttributes = "";
// DateRequested
$this->DateRequested->ViewValue = $this->DateRequested->CurrentValue;
$this->DateRequested->ViewValue = ew_FormatDateTime($this->DateRequested->ViewValue, 5);
$this->DateRequested->CssStyle = "";
$this->DateRequested->CssClass = "";
$this->DateRequested->ViewCustomAttributes = "";
// SupportingDoc
if (!ew_Empty($this->SupportingDoc->Upload->DbValue)) {
$this->SupportingDoc->ViewValue = $this->SupportingDoc->Upload->DbValue;
} else {
$this->SupportingDoc->ViewValue = "";
}
$this->SupportingDoc->CssStyle = "";
$this->SupportingDoc->CssClass = "";
$this->SupportingDoc->ViewCustomAttributes = "";
// Status
if (strval($this->Status->CurrentValue) <> "") {
switch ($this->Status->CurrentValue) {
case "":
$this->Status->ViewValue = "Pending";
break;
case "A":
$this->Status->ViewValue = "Approved";
break;
case "P":
$this->Status->ViewValue = "Approved with Penalty";
break;
case "D":
$this->Status->ViewValue = "Declined";
break;
default:
$this->Status->ViewValue = $this->Status->CurrentValue;
}
} else {
$this->Status->ViewValue = NULL;
}
$this->Status->CssStyle = "";
$this->Status->CssClass = "";
$this->Status->ViewCustomAttributes = "";
// UpdatedBy
$this->UpdatedBy->ViewValue = $this->UpdatedBy->CurrentValue;
$this->UpdatedBy->CssStyle = "";
$this->UpdatedBy->CssClass = "";
$this->UpdatedBy->ViewCustomAttributes = "";
// DateUpdated
$this->DateUpdated->ViewValue = $this->DateUpdated->CurrentValue;
$this->DateUpdated->ViewValue = ew_FormatDateTime($this->DateUpdated->ViewValue, 5);
$this->DateUpdated->CssStyle = "";
$this->DateUpdated->CssClass = "";
$this->DateUpdated->ViewCustomAttributes = "";
// CCEStudentID
$this->CCEStudentID->HrefValue = "";
$this->CCEStudentID->TooltipValue = "";
// CCEAssignmentID
$this->CCEAssignmentID->HrefValue = "";
$this->CCEAssignmentID->TooltipValue = "";
// CCEExtensionDate
$this->CCEExtensionDate->HrefValue = "";
$this->CCEExtensionDate->TooltipValue = "";
// DateRequested
$this->DateRequested->HrefValue = "";
$this->DateRequested->TooltipValue = "";
// SupportingDoc
if (!ew_Empty($this->SupportingDoc->Upload->DbValue)) {
$this->SupportingDoc->HrefValue = ew_UploadPathEx(FALSE, $this->SupportingDoc->UploadPath) . ((!empty($this->SupportingDoc->ViewValue)) ? $this->SupportingDoc->ViewValue : $this->SupportingDoc->CurrentValue);
if ($this->Export <> "") $CCEStAssigExtensionRequests->SupportingDoc->HrefValue = ew_ConvertFullUrl($this->SupportingDoc->HrefValue);
} else {
$this->SupportingDoc->HrefValue = "";
}
$this->SupportingDoc->TooltipValue = "";
// Status
$this->Status->HrefValue = "";
$this->Status->TooltipValue = "";
// UpdatedBy
$this->UpdatedBy->HrefValue = "";
$this->UpdatedBy->TooltipValue = "";
// DateUpdated
$this->DateUpdated->HrefValue = "";
$this->DateUpdated->TooltipValue = "";
// Call Row Rendered event
$this->Row_Rendered();
}
// Aggregate list row values
function AggregateListRowValues() {
}
// Aggregate list row (for rendering)
function AggregateListRow() {
}
// Row styles
function RowStyles() {
$sAtt = "";
$sStyle = trim($this->CssStyle);
if (@$this->RowAttrs["style"] <> "")
$sStyle .= " " . $this->RowAttrs["style"];
$sClass = trim($this->CssClass);
if (@$this->RowAttrs["class"] <> "")
$sClass .= " " . $this->RowAttrs["class"];
if (trim($sStyle) <> "")
$sAtt .= " style=\"" . trim($sStyle) . "\"";
if (trim($sClass) <> "")
$sAtt .= " class=\"" . trim($sClass) . "\"";
return $sAtt;
}
// Row attributes
function RowAttributes() {
$sAtt = $this->RowStyles();
if ($this->Export == "") {
foreach ($this->RowAttrs as $k => $v) {
if ($k <> "class" && $k <> "style" && trim($v) <> "")
$sAtt .= " " . $k . "=\"" . trim($v) . "\"";
}
}
return $sAtt;
}
// Field object by name
function fields($fldname) {
return $this->fields[$fldname];
}
// Table level events
// Recordset Selecting event
function Recordset_Selecting(&$filter) {
// Enter your code here
}
// Recordset Selected event
function Recordset_Selected(&$rs) {
//echo "Recordset Selected";
}
// Recordset Search Validated event
function Recordset_SearchValidated() {
// Example:
//$this->MyField1->AdvancedSearch->SearchValue = "your search criteria"; // Search value
}
// Recordset Searching event
function Recordset_Searching(&$filter) {
// Enter your code here
}
// Row_Selecting event
function Row_Selecting(&$filter) {
// Enter your code here
}
// Row Selected event
function Row_Selected(&$rs) {
//echo "Row Selected";
}
// Row Rendering event
function Row_Rendering() {
// Enter your code here
}
// Row Rendered event
function Row_Rendered() {
// To view properties of field class, use:
//var_dump($this-><FieldName>);
}
// Row Inserting event
function Row_Inserting(&$rs) {
// Enter your code here
// To cancel, set return value to FALSE
return TRUE;
}
// Row Inserted event
function Row_Inserted(&$rs) {
//echo "Row Inserted"
}
// Row Updating event
function Row_Updating(&$rsold, &$rsnew) {
// Enter your code here
// To cancel, set return value to FALSE
return TRUE;
}
// Row Updated event
function Row_Updated(&$rsold, &$rsnew) {
CCEStAssigExtensionRequestUpsert($rsold, $rsnew);
}
// Row Update Conflict event
function Row_UpdateConflict(&$rsold, &$rsnew) {
// Enter your code here
// To ignore conflict, set return value to FALSE
return TRUE;
}
// Row Deleting event
function Row_Deleting(&$rs) {
// Enter your code here
// To cancel, set return value to False
return TRUE;
}
// Row Deleted event
function Row_Deleted(&$rs) {
//echo "Row Deleted";
}
// Email Sending event
function Email_Sending(&$Email, &$Args) {
//var_dump($Email); var_dump($Args); exit();
return TRUE;
}
}
?>