class CustomerList extends SelectSql

会員検索用クラス

Properties

$sql from SelectSql
$select from SelectSql
$where from SelectSql
$order from SelectSql
$group from SelectSql
$arrSql from SelectSql
$arrVal from SelectSql
$arrColumnCSV

Methods

__construct($array, $mode = '')

No description

getSql($mode = '')

No description

from SelectSql
addSearchStr($val)

No description

from SelectSql
selectRange($from, $to, $column)

No description

from SelectSql
selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column)

No description

from SelectSql
setItemTerm($arr, $ItemStr)

No description

from SelectSql
setItemTermWithNull($arr, $ItemStr)

No description

from SelectSql
setItemTermWithNullAndSpace($arr, $ItemStr)

No description

from SelectSql
setWhereByOR($arrWhere)

No description

from SelectSql
string
getWhere()

WHERE を取得する。

setWhere($where)

No description

from SelectSql
setOrder(string $order)

No description

from SelectSql
setGroup($group)

No description

from SelectSql
clearSql()

No description

from SelectSql
setSelect($sql)

No description

from SelectSql
getList()

No description

getListMailMagazine($is_mobile = false)

No description

getListCount()

No description

getListCSV($arrColumnCSV)

No description

Details

at line 40
__construct($array, $mode = '')

Parameters

$array
$mode

in SelectSql at line 51
getSql($mode = '')

Parameters

$mode

in SelectSql at line 63
addSearchStr($val)

Parameters

$val

in SelectSql at line 75
selectRange($from, $to, $column)

Parameters

$from
$to
$column

in SelectSql at line 103
selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column)

Parameters

$from_year
$from_month
$from_day
$to_year
$to_month
$to_day
$column

in SelectSql at line 147
setItemTerm($arr, $ItemStr)

Parameters

$arr
$ItemStr

in SelectSql at line 177
setItemTermWithNull($arr, $ItemStr)

Parameters

$arr
$ItemStr

in SelectSql at line 197
setItemTermWithNullAndSpace($arr, $ItemStr)

Parameters

$arr
$ItemStr

in SelectSql at line 224
setWhereByOR($arrWhere)

Parameters

$arrWhere

at line 385
string getWhere()

WHERE を取得する。

ヘンテコセッター互換仕様。

Return Value

string WHERE

in SelectSql at line 261
setWhere($where)

Parameters

$where

in SelectSql at line 275
setOrder(string $order)

Parameters

string $order

in SelectSql at line 280
setGroup($group)

Parameters

$group

in SelectSql at line 285
clearSql()

in SelectSql at line 293
setSelect($sql)

Parameters

$sql

at line 342
getList()

at line 349
getListMailMagazine($is_mobile = false)

Parameters

$is_mobile

at line 362
getListCount()

at line 370
getListCSV($arrColumnCSV)

Parameters

$arrColumnCSV