Changeset 17595 for branches/comu-ver2/data/class/SC_Query.php
- Timestamp:
- 2008/09/06 23:21:00 (18 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/data/class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/SC_Query.php
r17581 r17595 96 96 /** 97 97 * 直前に実行されたSQL文を取得する. 98 * SC_DBconn::getLastQuery() を利用. 98 99 * 99 100 * @param boolean $disp trueの場合、画面出力を行う. … … 101 102 */ 102 103 function getLastQuery($disp = true) { 103 $sql = $this->conn->conn->last_query; 104 if($disp) { 105 print($sql.";<br />\n"); 106 } 107 return $sql; 104 return $this->conn->getLastQuery($disp); 108 105 } 109 106
Note: See TracChangeset
for help on using the changeset viewer.
