| Line 3785... |
Line 3785... |
| 3785 |
#$conf["dbPort"]=$dbPort;
|
3785 |
#$conf["dbPort"]=$dbPort;
|
| 3786 |
#$conf["numberPerPage"],每頁的資料上限,設為"30",
|
3786 |
#$conf["numberPerPage"],每頁的資料上限,設為"30",
|
| 3787 |
#$conf["numberPerPage"]="30";
|
3787 |
#$conf["numberPerPage"]="30";
|
| 3788 |
#$conf["mainDtWhereColName"],字串陣列,用於主表判斷語句的欄位項目陣列.
|
3788 |
#$conf["mainDtWhereColName"],字串陣列,用於主表判斷語句的欄位項目陣列.
|
| 3789 |
#$conf["mainDtWhereColName"]=array("");
|
3789 |
#$conf["mainDtWhereColName"]=array("");
|
| 3790 |
|
- |
|
| 3791 |
#$conf["mainDtWhereColVal"]=,字串陣列,用於主表判斷語句的欄位項目數值陣列,若與LIKE搭配,則可以在關鍵自字串的左右名加上「%」符號,這樣就可以搜尋具有該字串的內容.
|
3790 |
#$conf["mainDtWhereColVal"]=,字串陣列,用於主表判斷語句的欄位項目數值陣列,若與LIKE搭配,則可以在關鍵自字串的左右名加上「%」符號,這樣就可以搜尋具有該字串的內容.
|
| 3792 |
#$conf["mainDtWhereColVal"]=array("");
|
3791 |
#$conf["mainDtWhereColVal"]=array("");
|
| 3793 |
|
- |
|
| 3794 |
#$conf["mainDtWhereColCombine"],字串陣列,用於主表判斷語句當中需要()起來的判斷式,須爲陣列值,"s"代表「(」,"e"代表「)」 ,若無則須設爲""。
|
3792 |
#$conf["mainDtWhereColCombine"],字串陣列,用於主表判斷語句當中需要()起來的判斷式,須爲陣列值,"s"代表「(」,"e"代表「)」 ,若無則須設爲""。
|
| 3795 |
#$conf["mainDtWhereColCombine"]=array("");
|
3793 |
#$conf["mainDtWhereColCombine"]=array("");
|
| 3796 |
#$conf["mainWhereColumnOperator"],字串陣列,用於判斷語句的比較符號陣列,可以用的符號有「"="、">"、"<"、"LIKE"、"NOT LIKE"」,預設都爲「=」。
|
3794 |
#$conf["mainWhereColumnOperator"],字串陣列,用於判斷語句的比較符號陣列,可以用的符號有「"="、">"、"<"、"LIKE"、"NOT LIKE"」,預設都爲「=」。
|
| 3797 |
#$conf["mainWhereColumnOperator"]=array("");
|
3795 |
#$conf["mainWhereColumnOperator"]=array("");
|
| 3798 |
#$conf["mainWhereColumnAndOr"],字串陣列,用於判斷語句條件之間成立的條件是AND還是OR,須爲陣列值。其數量應爲要判斷的欄位數量減一。
|
3796 |
#$conf["mainWhereColumnAndOr"],字串陣列,用於判斷語句條件之間成立的條件是AND還是OR,須爲陣列值。其數量應爲要判斷的欄位數量減一。
|
| Line 3805... |
Line 3803... |
| 3805 |
#$conf["mainGroupBy"]=array();
|
3803 |
#$conf["mainGroupBy"]=array();
|
| 3806 |
#$conf["mainOrderItem"],字串,組好的資料的排序項目依據
|
3804 |
#$conf["mainOrderItem"],字串,組好的資料的排序項目依據
|
| 3807 |
#$conf["mainOrderItem"]="";
|
3805 |
#$conf["mainOrderItem"]="";
|
| 3808 |
#$conf["mainAscORdesc"],字串,組好的資料要低增還是遞減排序,asc爲遞增;desc爲遞減,預設不做處理.
|
3806 |
#$conf["mainAscORdesc"],字串,組好的資料要低增還是遞減排序,asc爲遞增;desc爲遞減,預設不做處理.
|
| 3809 |
#$conf["mainAscORdesc"]="";
|
3807 |
#$conf["mainAscORdesc"]="";
|
| 3810 |
|
- |
|
| 3811 |
#參考資料:
|
3808 |
#參考資料:
|
| 3812 |
#https://www.w3.org/Style/css2-updates/css2/tables.html
|
3809 |
#https://www.w3.org/Style/css2-updates/css2/tables.html
|
| 3813 |
#備註:
|
3810 |
#備註:
|
| 3814 |
#無.
|
3811 |
#無.
|
| 3815 |
*/
|
3812 |
*/
|