Ignore:
Timestamp:
2012/04/18 17:10:53 (12 years ago)
Author:
shutta
Message:

#1296 SC_* のコンストラクタの拡張が無視される
コンストラクタ名を、PHP4の記法(クラス名と同名の関数名)から、PHP5以降で標準的なconstructに変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Query.php

    r21729 r21767  
    4747     * @param boolean $new 新規に接続を行うかどうか 
    4848     */ 
    49     function SC_Query($dsn = '', $force_run = false, $new = false) { 
     49    function __construct($dsn = '', $force_run = false, $new = false) { 
    5050 
    5151        if ($dsn == '') { 
Note: See TracChangeset for help on using the changeset viewer.