Viewing file: test_result_settings.php (23.2 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$tdatatest_result = array();
$tdatatest_result[".searchableFields"] = array();
$tdatatest_result[".ShortName"] = "test_result";
$tdatatest_result[".OwnerID"] = "";
$tdatatest_result[".OriginalTable"] = "test_result";
$tdatatest_result[".pagesByType"] = my_json_decode( "{\"add\":[\"add\"],\"edit\":[\"edit\"],\"export\":[\"export\"],\"import\":[\"import\"],\"list\":[\"list\"],\"print\":[\"print\"],\"search\":[\"search\"]}" );
$tdatatest_result[".originalPagesByType"] = $tdatatest_result[".pagesByType"];
$tdatatest_result[".pages"] = types2pages( my_json_decode( "{\"add\":[\"add\"],\"edit\":[\"edit\"],\"export\":[\"export\"],\"import\":[\"import\"],\"list\":[\"list\"],\"print\":[\"print\"],\"search\":[\"search\"]}" ) );
$tdatatest_result[".originalPages"] = $tdatatest_result[".pages"];
$tdatatest_result[".defaultPages"] = my_json_decode( "{\"add\":\"add\",\"edit\":\"edit\",\"export\":\"export\",\"import\":\"import\",\"list\":\"list\",\"print\":\"print\",\"search\":\"search\"}" );
$tdatatest_result[".originalDefaultPages"] = $tdatatest_result[".defaultPages"];
// field labels
$fieldLabelstest_result = array();
$fieldToolTipstest_result = array();
$pageTitlestest_result = array();
$placeHolderstest_result = array();
if(mlang_getcurrentlang()=="English")
{
$fieldLabelstest_result["English"] = array();
$fieldToolTipstest_result["English"] = array();
$placeHolderstest_result["English"] = array();
$pageTitlestest_result["English"] = array();
$fieldLabelstest_result["English"]["roll_no"] = "Roll No";
$fieldToolTipstest_result["English"]["roll_no"] = "";
$placeHolderstest_result["English"]["roll_no"] = "";
$fieldLabelstest_result["English"]["name"] = "Name";
$fieldToolTipstest_result["English"]["name"] = "";
$placeHolderstest_result["English"]["name"] = "";
$fieldLabelstest_result["English"]["classes"] = "Classes";
$fieldToolTipstest_result["English"]["classes"] = "";
$placeHolderstest_result["English"]["classes"] = "";
$fieldLabelstest_result["English"]["section"] = "Section";
$fieldToolTipstest_result["English"]["section"] = "";
$placeHolderstest_result["English"]["section"] = "";
$fieldLabelstest_result["English"]["marks"] = "Marks";
$fieldToolTipstest_result["English"]["marks"] = "";
$placeHolderstest_result["English"]["marks"] = "";
if (count($fieldToolTipstest_result["English"]))
$tdatatest_result[".isUseToolTips"] = true;
}
$tdatatest_result[".NCSearch"] = true;
$tdatatest_result[".shortTableName"] = "test_result";
$tdatatest_result[".nSecOptions"] = 0;
$tdatatest_result[".mainTableOwnerID"] = "";
$tdatatest_result[".entityType"] = 0;
$tdatatest_result[".connId"] = "itce_data_at_itce_co_in";
$tdatatest_result[".strOriginalTableName"] = "test_result";
$tdatatest_result[".showAddInPopup"] = false;
$tdatatest_result[".showEditInPopup"] = false;
$tdatatest_result[".showViewInPopup"] = false;
//page's base css files names
$popupPagesLayoutNames = array();
$tdatatest_result[".popupPagesLayoutNames"] = $popupPagesLayoutNames;
$tdatatest_result[".listAjax"] = false;
// temporary
$tdatatest_result[".listAjax"] = false;
$tdatatest_result[".audit"] = false;
$tdatatest_result[".locking"] = false;
$pages = $tdatatest_result[".defaultPages"];
if( $pages[PAGE_EDIT] ) {
$tdatatest_result[".edit"] = true;
$tdatatest_result[".afterEditAction"] = 1;
$tdatatest_result[".closePopupAfterEdit"] = 1;
$tdatatest_result[".afterEditActionDetTable"] = "";
}
if( $pages[PAGE_ADD] ) {
$tdatatest_result[".add"] = true;
$tdatatest_result[".afterAddAction"] = 1;
$tdatatest_result[".closePopupAfterAdd"] = 1;
$tdatatest_result[".afterAddActionDetTable"] = "";
}
if( $pages[PAGE_LIST] ) {
$tdatatest_result[".list"] = true;
}
$tdatatest_result[".strSortControlSettingsJSON"] = "";
if( $pages[PAGE_VIEW] ) {
$tdatatest_result[".view"] = true;
}
if( $pages[PAGE_IMPORT] ) {
$tdatatest_result[".import"] = true;
}
if( $pages[PAGE_EXPORT] ) {
$tdatatest_result[".exportTo"] = true;
}
if( $pages[PAGE_PRINT] ) {
$tdatatest_result[".printFriendly"] = true;
}
$tdatatest_result[".showSimpleSearchOptions"] = true; // temp fix #13449
// Allow Show/Hide Fields in GRID
$tdatatest_result[".allowShowHideFields"] = true; // temp fix #13449
//
// Allow Fields Reordering in GRID
$tdatatest_result[".allowFieldsReordering"] = true; // temp fix #13449
//
$tdatatest_result[".isUseAjaxSuggest"] = true;
$tdatatest_result[".rowHighlite"] = true;
$tdatatest_result[".ajaxCodeSnippetAdded"] = false;
$tdatatest_result[".buttonsAdded"] = false;
$tdatatest_result[".addPageEvents"] = false;
// use timepicker for search panel
$tdatatest_result[".isUseTimeForSearch"] = false;
$tdatatest_result[".badgeColor"] = "E67349";
$tdatatest_result[".allSearchFields"] = array();
$tdatatest_result[".filterFields"] = array();
$tdatatest_result[".requiredSearchFields"] = array();
$tdatatest_result[".googleLikeFields"] = array();
$tdatatest_result[".googleLikeFields"][] = "roll_no";
$tdatatest_result[".googleLikeFields"][] = "name";
$tdatatest_result[".googleLikeFields"][] = "classes";
$tdatatest_result[".googleLikeFields"][] = "section";
$tdatatest_result[".googleLikeFields"][] = "marks";
$tdatatest_result[".tableType"] = "list";
$tdatatest_result[".printerPageOrientation"] = 0;
$tdatatest_result[".nPrinterPageScale"] = 100;
$tdatatest_result[".nPrinterSplitRecords"] = 40;
$tdatatest_result[".geocodingEnabled"] = false;
$tdatatest_result[".pageSize"] = 20;
$tdatatest_result[".warnLeavingPages"] = true;
$tstrOrderBy = "";
if(strlen($tstrOrderBy) && strtolower(substr($tstrOrderBy,0,8))!="order by")
$tstrOrderBy = "order by ".$tstrOrderBy;
$tdatatest_result[".strOrderBy"] = $tstrOrderBy;
$tdatatest_result[".orderindexes"] = array();
$tdatatest_result[".sqlHead"] = "SELECT roll_no, name, classes, `section`, marks";
$tdatatest_result[".sqlFrom"] = "FROM test_result";
$tdatatest_result[".sqlWhereExpr"] = "";
$tdatatest_result[".sqlTail"] = "";
//fill array of records per page for list and report without group fields
$arrRPP = array();
$arrRPP[] = 10;
$arrRPP[] = 20;
$arrRPP[] = 30;
$arrRPP[] = 50;
$arrRPP[] = 100;
$arrRPP[] = 500;
$arrRPP[] = -1;
$tdatatest_result[".arrRecsPerPage"] = $arrRPP;
//fill array of groups per page for report with group fields
$arrGPP = array();
$arrGPP[] = 1;
$arrGPP[] = 3;
$arrGPP[] = 5;
$arrGPP[] = 10;
$arrGPP[] = 50;
$arrGPP[] = 100;
$arrGPP[] = -1;
$tdatatest_result[".arrGroupsPerPage"] = $arrGPP;
$tdatatest_result[".highlightSearchResults"] = true;
$tableKeystest_result = array();
$tableKeystest_result[] = "roll_no";
$tdatatest_result[".Keys"] = $tableKeystest_result;
$tdatatest_result[".hideMobileList"] = array();
// roll_no
// Custom field settings
$fdata = array();
$fdata["Index"] = 1;
$fdata["strName"] = "roll_no";
$fdata["GoodName"] = "roll_no";
$fdata["ownerTable"] = "test_result";
$fdata["Label"] = GetFieldLabel("test_result","roll_no");
$fdata["FieldType"] = 200;
$fdata["strField"] = "roll_no";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "roll_no";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=23";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatatest_result["roll_no"] = $fdata;
$tdatatest_result[".searchableFields"][] = "roll_no";
// name
// Custom field settings
$fdata = array();
$fdata["Index"] = 2;
$fdata["strName"] = "name";
$fdata["GoodName"] = "name";
$fdata["ownerTable"] = "test_result";
$fdata["Label"] = GetFieldLabel("test_result","name");
$fdata["FieldType"] = 200;
$fdata["strField"] = "name";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "name";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=23";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatatest_result["name"] = $fdata;
$tdatatest_result[".searchableFields"][] = "name";
// classes
// Custom field settings
$fdata = array();
$fdata["Index"] = 3;
$fdata["strName"] = "classes";
$fdata["GoodName"] = "classes";
$fdata["ownerTable"] = "test_result";
$fdata["Label"] = GetFieldLabel("test_result","classes");
$fdata["FieldType"] = 200;
$fdata["strField"] = "classes";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "classes";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=23";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatatest_result["classes"] = $fdata;
$tdatatest_result[".searchableFields"][] = "classes";
// section
// Custom field settings
$fdata = array();
$fdata["Index"] = 4;
$fdata["strName"] = "section";
$fdata["GoodName"] = "section";
$fdata["ownerTable"] = "test_result";
$fdata["Label"] = GetFieldLabel("test_result","section");
$fdata["FieldType"] = 200;
$fdata["strField"] = "section";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "`section`";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=23";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatatest_result["section"] = $fdata;
$tdatatest_result[".searchableFields"][] = "section";
// marks
// Custom field settings
$fdata = array();
$fdata["Index"] = 5;
$fdata["strName"] = "marks";
$fdata["GoodName"] = "marks";
$fdata["ownerTable"] = "test_result";
$fdata["Label"] = GetFieldLabel("test_result","marks");
$fdata["FieldType"] = 200;
$fdata["strField"] = "marks";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "marks";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=23";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatatest_result["marks"] = $fdata;
$tdatatest_result[".searchableFields"][] = "marks";
$tables_data["test_result"]=&$tdatatest_result;
$field_labels["test_result"] = &$fieldLabelstest_result;
$fieldToolTips["test_result"] = &$fieldToolTipstest_result;
$placeHolders["test_result"] = &$placeHolderstest_result;
$page_titles["test_result"] = &$pageTitlestest_result;
// -----------------start prepare master-details data arrays ------------------------------//
// tables which are detail tables for current table (master)
$detailsTablesData["test_result"] = array();
// tables which are master tables for current table (detail)
$masterTablesData["test_result"] = array();
// -----------------end prepare master-details data arrays ------------------------------//
require_once(getabspath("classes/sql.php"));
function createSqlQuery_test_result()
{
$proto0=array();
$proto0["m_strHead"] = "SELECT";
$proto0["m_strFieldList"] = "roll_no, name, classes, `section`, marks";
$proto0["m_strFrom"] = "FROM test_result";
$proto0["m_strWhere"] = "";
$proto0["m_strOrderBy"] = "";
;
$proto0["cipherer"] = null;
$proto2=array();
$proto2["m_sql"] = "";
$proto2["m_uniontype"] = "SQLL_UNKNOWN";
$obj = new SQLNonParsed(array(
"m_sql" => ""
));
$proto2["m_column"]=$obj;
$proto2["m_contained"] = array();
$proto2["m_strCase"] = "";
$proto2["m_havingmode"] = false;
$proto2["m_inBrackets"] = false;
$proto2["m_useAlias"] = false;
$obj = new SQLLogicalExpr($proto2);
$proto0["m_where"] = $obj;
$proto4=array();
$proto4["m_sql"] = "";
$proto4["m_uniontype"] = "SQLL_UNKNOWN";
$obj = new SQLNonParsed(array(
"m_sql" => ""
));
$proto4["m_column"]=$obj;
$proto4["m_contained"] = array();
$proto4["m_strCase"] = "";
$proto4["m_havingmode"] = false;
$proto4["m_inBrackets"] = false;
$proto4["m_useAlias"] = false;
$obj = new SQLLogicalExpr($proto4);
$proto0["m_having"] = $obj;
$proto0["m_fieldlist"] = array();
$proto6=array();
$obj = new SQLField(array(
"m_strName" => "roll_no",
"m_strTable" => "test_result",
"m_srcTableName" => "test_result"
));
$proto6["m_sql"] = "roll_no";
$proto6["m_srcTableName"] = "test_result";
$proto6["m_expr"]=$obj;
$proto6["m_alias"] = "";
$obj = new SQLFieldListItem($proto6);
$proto0["m_fieldlist"][]=$obj;
$proto8=array();
$obj = new SQLField(array(
"m_strName" => "name",
"m_strTable" => "test_result",
"m_srcTableName" => "test_result"
));
$proto8["m_sql"] = "name";
$proto8["m_srcTableName"] = "test_result";
$proto8["m_expr"]=$obj;
$proto8["m_alias"] = "";
$obj = new SQLFieldListItem($proto8);
$proto0["m_fieldlist"][]=$obj;
$proto10=array();
$obj = new SQLField(array(
"m_strName" => "classes",
"m_strTable" => "test_result",
"m_srcTableName" => "test_result"
));
$proto10["m_sql"] = "classes";
$proto10["m_srcTableName"] = "test_result";
$proto10["m_expr"]=$obj;
$proto10["m_alias"] = "";
$obj = new SQLFieldListItem($proto10);
$proto0["m_fieldlist"][]=$obj;
$proto12=array();
$obj = new SQLField(array(
"m_strName" => "section",
"m_strTable" => "test_result",
"m_srcTableName" => "test_result"
));
$proto12["m_sql"] = "`section`";
$proto12["m_srcTableName"] = "test_result";
$proto12["m_expr"]=$obj;
$proto12["m_alias"] = "";
$obj = new SQLFieldListItem($proto12);
$proto0["m_fieldlist"][]=$obj;
$proto14=array();
$obj = new SQLField(array(
"m_strName" => "marks",
"m_strTable" => "test_result",
"m_srcTableName" => "test_result"
));
$proto14["m_sql"] = "marks";
$proto14["m_srcTableName"] = "test_result";
$proto14["m_expr"]=$obj;
$proto14["m_alias"] = "";
$obj = new SQLFieldListItem($proto14);
$proto0["m_fieldlist"][]=$obj;
$proto0["m_fromlist"] = array();
$proto16=array();
$proto16["m_link"] = "SQLL_MAIN";
$proto17=array();
$proto17["m_strName"] = "test_result";
$proto17["m_srcTableName"] = "test_result";
$proto17["m_columns"] = array();
$proto17["m_columns"][] = "roll_no";
$proto17["m_columns"][] = "name";
$proto17["m_columns"][] = "classes";
$proto17["m_columns"][] = "section";
$proto17["m_columns"][] = "marks";
$obj = new SQLTable($proto17);
$proto16["m_table"] = $obj;
$proto16["m_sql"] = "test_result";
$proto16["m_alias"] = "";
$proto16["m_srcTableName"] = "test_result";
$proto18=array();
$proto18["m_sql"] = "";
$proto18["m_uniontype"] = "SQLL_UNKNOWN";
$obj = new SQLNonParsed(array(
"m_sql" => ""
));
$proto18["m_column"]=$obj;
$proto18["m_contained"] = array();
$proto18["m_strCase"] = "";
$proto18["m_havingmode"] = false;
$proto18["m_inBrackets"] = false;
$proto18["m_useAlias"] = false;
$obj = new SQLLogicalExpr($proto18);
$proto16["m_joinon"] = $obj;
$obj = new SQLFromListItem($proto16);
$proto0["m_fromlist"][]=$obj;
$proto0["m_groupby"] = array();
$proto0["m_orderby"] = array();
$proto0["m_srcTableName"]="test_result";
$obj = new SQLQuery($proto0);
return $obj;
}
$queryData_test_result = createSqlQuery_test_result();
;
$tdatatest_result[".sqlquery"] = $queryData_test_result;
$tableEvents["test_result"] = new eventsBase;
$tdatatest_result[".hasEvents"] = false;
?>
|