QJUtils
class QJUtils (View source)
A set of utility functions used by the queued jobs module
Methods
                    public                                                                            
                
                    string
                
                                
                    dbQuote(array $filter = array(), string $join = " AND ")
        
                                            
                
            Quote up a filter of the form
Details
        
                            
    __construct()
        
    
    No description
        
                            string
    dbQuote(array $filter = array(), string $join = " AND ")
        
    
    Quote up a filter of the form
array ("ParentID =" => 1)
        
                    protected        string
    recursiveQuote(mixed $val)
        
    
    No description
        
                            
    log(string $message, int $level = null)
        
    
    No description
        
                            string
    ajaxResponse(string $message, string $status)
        
    
    No description