コード例 #1
0
ファイル: class.YapoDelete.php プロジェクト: jfefes/ORK3
 function __construct(&$Core, &$Where)
 {
     parent::__construct($Core);
     $this->Where =& $Where;
 }
コード例 #2
0
ファイル: class.YapoWhere.php プロジェクト: jfefes/ORK3
 function __construct(&$Core)
 {
     parent::__construct($Core);
 }