CustomerList
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
                    selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column)
        
                                            
                No description
from SelectSql
            
                    string
                
                
                    getWhere()
        
                                            
                
            WHERE を取得する。
                    getList()
        
                                            
                
            No description
                    getListMailMagazine($is_mobile = false)
        
                                            
                
            No description
                    getListCount()
        
                                            
                
            No description
                    getListCSV($arrColumnCSV)
        
                                            
                
            No description
Details
        at         line 40
                            
    __construct($array, $mode = '')
        
    
    
        in SelectSql at         line 51
                            
    getSql($mode = '')
        
    
    
        in SelectSql at         line 63
                            
    addSearchStr($val)
        
    
    
        in SelectSql at         line 75
                            
    selectRange($from, $to, $column)
        
    
    
        in SelectSql at         line 103
                            
    selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column)
        
    
    
        in SelectSql at         line 147
                            
    setItemTerm($arr, $ItemStr)
        
    
    
        in SelectSql at         line 177
                            
    setItemTermWithNull($arr, $ItemStr)
        
    
    
        in SelectSql at         line 197
                            
    setItemTermWithNullAndSpace($arr, $ItemStr)
        
    
    
        in SelectSql at         line 224
                            
    setWhereByOR($arrWhere)
        
    
    
        at         line 385
                            string
    getWhere()
        
    
    WHERE を取得する。
ヘンテコセッター互換仕様。