Changeset 21767 for branches/version-2_12-dev/data/class/SC_SelectSql.php
- Timestamp:
- 2012/04/18 17:10:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_SelectSql.php
r21684 r21767 37 37 38 38 //-- コンストラクタ。 39 function SC_SelectSql($array = '') {39 function __construct($array = '') { 40 40 if (is_array($array)) { 41 41 $this->arrSql = $array;
Note: See TracChangeset
for help on using the changeset viewer.
